tomsommer               Fri Jul 23 16:36:57 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    iterations.xml 
  Log:
  Fix typo
  
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/iterations.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/language/oop5/iterations.xml
diff -u phpdoc/en/language/oop5/iterations.xml:1.2 
phpdoc/en/language/oop5/iterations.xml:1.3
--- phpdoc/en/language/oop5/iterations.xml:1.2  Fri Jul 23 16:06:04 2004
+++ phpdoc/en/language/oop5/iterations.xml      Fri Jul 23 16:36:57 2004
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <sect1 id="language.oop5.iterations">
   <title>Object Iteration</title>
   <para>
-   PHP 5 provides a way for objects to to be defined so it is possible
+   PHP 5 provides a way for objects to be defined so it is possible
    to iterate through a list of items, with, for example a <xref 
    linkend="control-structures.foreach" /> statement. By default, all
    public properties will be used for the iteration.

Reply via email to