- Fix grammar

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75138 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-03-25 12:27:03 +00:00
parent 7f6f235b80
commit ef757d0d68

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.166 $ -->
<!-- $Revision: 1.167 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -488,10 +488,10 @@ Array
</para>
&note.func-callback;
<para>
Users may not change array itself from the callback
function. e.g. Add/delele element, unset the array that
<function>array_walk</function> 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
<function>array_walk</function> is applied to. If the array is
changed, the behavior of this function is undefined.
</para>
<para>
See also <function>array_map</function> and
@ -2156,10 +2156,10 @@ function array_values ($arr) {
the array by default.
</para>
<para>
Users may not change array itself from the callback
function. e.g. Add/delele element, unset the array that
<function>array_walk</function> 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
<function>array_walk</function> is applied to. If the array is
changed, the behavior of this function is undefined.
</para>
</note>
<para>