From 6798718d38ab7a6b6647302650118c6b1f03ebe1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 10 Jul 2016 12:14:00 +0000 Subject: [PATCH] Fix typo (by Shaunak Sontakke ) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339623 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splpriorityqueue/extract.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splpriorityqueue/extract.xml b/reference/spl/splpriorityqueue/extract.xml index dab7fc71ae..5b3feac2c8 100644 --- a/reference/spl/splpriorityqueue/extract.xml +++ b/reference/spl/splpriorityqueue/extract.xml @@ -3,7 +3,7 @@ SplPriorityQueue::extract - Extracts a node from top of the heap and sift up. + Extracts a node from top of the heap and shift up.