diff --git a/functions/array.xml b/functions/array.xml index e324f9831a..229e7c26c4 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -1582,7 +1582,7 @@ $fruit = array_shift ($stack); ]]> - This would result in $fruit having 3 elements left: + This would result in $stack having 3 elements left: