From dbc2f4856447d94968a81a59344a55a6611cfd63 Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Thu, 17 Apr 2014 14:54:00 +0000 Subject: [PATCH] Fixes bug 65170 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333362 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/splheap/next.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splheap/next.xml b/reference/spl/splheap/next.xml index 7085c3c289..da113a6bd2 100644 --- a/reference/spl/splheap/next.xml +++ b/reference/spl/splheap/next.xml @@ -13,7 +13,7 @@ - Move to the next node. + Move to the next node. This will delete the top node of the heap.