From 0408aee54f52acc32f2e6444aad89b574b250611 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 15 Sep 2002 15:46:44 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95818 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index 95be94372b..d121a24147 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects @@ -571,7 +571,7 @@ $b->example(); code, you should be using the special name parent, which refers to the name of your base class as given in the extends - 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