tom             Tue Mar 26 14:13:19 2002 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  corr. copy/paste-err.
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.167 phpdoc/en/functions/array.xml:1.168
--- phpdoc/en/functions/array.xml:1.167 Mon Mar 25 07:27:03 2002
+++ phpdoc/en/functions/array.xml       Tue Mar 26 14:13:19 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.167 $ -->
+<!-- $Revision: 1.168 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -490,8 +490,8 @@
     <para>
      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.
+     <function>array_filter</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


Reply via email to