Date: 09/15/02
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
betz Sun Sep 15 11:46:44 2002 EDT
Modified files:
/phpdoc/en/language oop.xml
Log:
typo fix
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.36 phpdoc/en/language/oop.xml:1.37
--- phpdoc/en/language/oop.xml:1.36 Mon Jun 10 06:51:57 2002
+++ phpdoc/en/language/oop.xml Sun Sep 15 11:46:44 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<chapter id="language.oop">
<title>Classes and Objects</title>
@@ -571,7 +571,7 @@
code, you should be using the special name
<literal>parent</literal>, which refers to the name of your
base class as given in the <literal>extends</literal>
- declation of your class. By doing this, you avoid using the
+ declaration of your class. By doing this, you avoid using the
name of your base class in more than one place. Should
your inheritance tree change during implementation, the
change is easily made by simply changing the
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/chapters config.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

