From 1aa97fae433706f516be719b06a55d82634896bc Mon Sep 17 00:00:00 2001 From: Curt Zirzow Date: Thu, 26 Aug 2004 20:21:33 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167332 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/basic.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml index 31fa62cf21..a972d10322 100644 --- a/language/oop5/basic.xml +++ b/language/oop5/basic.xml @@ -1,5 +1,5 @@ - + The Basics @@ -9,7 +9,7 @@ Every class definition begins with the keyword class, followed by a class name, which can be any name that isn't a - reserverd word in PHP. Followed by a pair of curly braces, of + reserved word in PHP. Followed by a pair of curly braces, of which contains the definition of the classes members and methods. Within each method, except for static methods, a pseudo variable $this is available.