kennyt Tue Jul 12 18:09:59 2005 EDT
Modified files:
/phpdoc/en/language oop.xml
Log:
s/may no use/may not use/
#bug 33670
http://cvs.php.net/diff.php/phpdoc/en/language/oop.xml?r1=1.62&r2=1.63&ty=u
Index: phpdoc/en/language/oop.xml
diff -u phpdoc/en/language/oop.xml:1.62 phpdoc/en/language/oop.xml:1.63
--- phpdoc/en/language/oop.xml:1.62 Wed Apr 6 05:10:49 2005
+++ phpdoc/en/language/oop.xml Tue Jul 12 18:09:57 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.62 $ -->
+<!-- $Revision: 1.63 $ -->
<chapter id="language.oop">
<title>Classes and Objects (PHP 4)</title>
@@ -565,7 +565,7 @@
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
<varname>$this</varname> at all.
</para>