rquadling               Mon Aug  6 08:41:56 2007 UTC

  Modified files:              
    /phpdoc/en/language/oop5    basic.xml 
  Log:
  Fix #42216
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/basic.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/language/oop5/basic.xml
diff -u phpdoc/en/language/oop5/basic.xml:1.22 
phpdoc/en/language/oop5/basic.xml:1.23
--- phpdoc/en/language/oop5/basic.xml:1.22      Wed Jun 20 22:24:13 2007
+++ phpdoc/en/language/oop5/basic.xml   Mon Aug  6 08:41:56 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 
  <sect1 xml:id="language.oop5.basic" xmlns="http://docbook.org/ns/docbook";>
   <title>The Basics</title>
@@ -194,7 +194,7 @@
    <para>
     The inherited methods and members can be overridden, unless the parent
     class has defined a method as <link 
linkend="language.oop5.final">final</link>,
-    by redeclaring them within the same name defined in the parent class.
+    by redeclaring them with the same name defined in the parent class.
     It is possible to access the overridden methods or members by
     referencing them with <link 
linkend="language.oop5.paamayim-nekudotayim">parent::</link>
    </para>

Reply via email to