derick          Mon Mar 25 07:27:03 2002 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  - Fix grammar
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.166 phpdoc/en/functions/array.xml:1.167
--- phpdoc/en/functions/array.xml:1.166 Sun Mar 24 20:40:37 2002
+++ phpdoc/en/functions/array.xml       Mon Mar 25 07:27:03 2002
@@ -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 @@
     </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 @@
       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>


Reply via email to