From ef757d0d68e44995ee3e0d3a1962c57669fff86d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 25 Mar 2002 12:27:03 +0000 Subject: [PATCH] - Fix grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75138 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index af8edd3e5a..bdac76e2fc 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -488,10 +488,10 @@ Array ¬e.func-callback; - Users may not change array itself from the callback - function. e.g. Add/delele element, unset the array that - array_walk is applied. If the array is - changed, the behavior is undefined. + Users may not change the array itself from the callback + function. e.g. Add/delete an element, unset the array that + array_walk is applied to. If the array is + changed, the behavior of this function is undefined. See also array_map and @@ -2156,10 +2156,10 @@ function array_values ($arr) { the array by default. - Users may not change array itself from the callback - function. e.g. Add/delele element, unset the array that - array_walk is applied. If the array is - changed, the behavior is undefined. + Users may not change the array itself from the callback + function. e.g. Add/delete element, unset the array that + array_walk is applied to. If the array is + changed, the behavior of this function is undefined.