s/may no use/may not use/

#bug 33670


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ken 2005-07-12 22:09:57 +00:00
parent aa0244ff05
commit fe9225ea1f

View file

@ -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 @@ $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
<varname>$this</varname> at all.
</para>