jeroen          Thu Aug  9 17:52:37 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  Fix example-error (Marco Cucinato)
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.84 phpdoc/en/functions/array.xml:1.85
--- phpdoc/en/functions/array.xml:1.84  Sat Aug  4 15:55:41 2001
+++ phpdoc/en/functions/array.xml       Thu Aug  9 17:52:37 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.84 $ -->
+<!-- $Revision: 1.85 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -791,7 +791,7 @@
     </para>
     <para>
      In this example, after sorting, the first array will contain 10,
-     "a", 100, 100. The second array will contain 1, 1, 2, "3". The
+     "a", 100, 100. The second array will contain 1, 1, "2", 3. The
      entries in the second array corresponding to the identical
      entries in the first array (100 and 100) were sorted as well.
     </para>


Reply via email to