diff --git a/language/oop.xml b/language/oop.xml index e9d90304c0..8ca3cb593b 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -565,7 +565,7 @@ $b->example(); There are class functions, but there are no class variables. In fact, there is no object at all at the time of the call. Thus, a class function may not use any object variables (but - it can use local and global variables), and it may no use + it can use local and global variables), and it may not use $this at all.