Thanks for pointing out, and for mentioning line-nr :-) Jeroen ----- Original Message ----- From: "Jeroen Van Wolffelaar" <[EMAIL PROTECTED]> Newsgroups: php.doc To: <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 11:52 PM Subject: cvs: phpdoc /en/functions array.xml > 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> > >
