cucinato                Sat Jan  3 10:10:20 2004 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        reset.xml 
  Log:
  Small typo
  
  
Index: phpdoc/en/reference/array/functions/reset.xml
diff -u phpdoc/en/reference/array/functions/reset.xml:1.9 
phpdoc/en/reference/array/functions/reset.xml:1.10
--- phpdoc/en/reference/array/functions/reset.xml:1.9   Thu Dec 18 12:43:30 2003
+++ phpdoc/en/reference/array/functions/reset.xml       Sat Jan  3 10:10:20 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.reset">
    <refnamediv>
@@ -29,7 +29,7 @@
 $array = array('step one', 'step two', 'step three', 'step four');
   
 // by default, the pointer is on the first element  
-echo current($array) . "<br />\n"; // step "one"
+echo current($array) . "<br />\n"; // "step one"
 
 // skip two steps    
 next($array);                                 

Reply via email to