vrana Thu Apr 27 07:25:56 2006 UTC
Modified files:
/phpdoc/en/language oop.xml
Log:
Grammar (bug #37216)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/oop.xml?r1=1.64&r2=1.65&diff_format=u
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.64 phpdoc/en/language/oop.xml:1.65
--- phpdoc/en/language/oop.xml:1.64 Fri Jul 22 12:27:17 2005
+++ phpdoc/en/language/oop.xml Thu Apr 27 07:25:56 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.64 $ -->
+<!-- $Revision: 1.65 $ -->
<chapter id="language.oop">
<title>Classes and Objects (PHP 4)</title>
@@ -394,7 +394,7 @@
called when you create a new instance of a class with
<literal>new</literal>. A function becomes a constructor, when
it has the same name as the class. If a class
- has no constructor, the constructor of the base class is being
+ has no constructor, the constructor of the base class will be
called, if it exists.
</para>