vrana           Thu Mar 31 10:50:09 2005 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-slice.xml 
  Log:
  Positive -> non-negative offset (bug #32227)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-slice.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/array/functions/array-slice.xml
diff -u phpdoc/en/reference/array/functions/array-slice.xml:1.10 
phpdoc/en/reference/array/functions/array-slice.xml:1.11
--- phpdoc/en/reference/array/functions/array-slice.xml:1.10    Mon Nov  1 
07:39:25 2004
+++ phpdoc/en/reference/array/functions/array-slice.xml Thu Mar 31 10:50:05 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.array-slice">
    <refnamediv>
@@ -22,7 +22,7 @@
      parameters.
     </para>
     <para>
-     If <parameter>offset</parameter> is positive, the sequence will
+     If <parameter>offset</parameter> is non-negative, the sequence will
      start at that offset in the <parameter>array</parameter>.  If
      <parameter>offset</parameter> is negative, the sequence will
      start that far from the end of the <parameter>array</parameter>.

Reply via email to