[PHP-DEV] cvs: /phpdoc/language oop.sgml From: Jim Winstead (jimw <email protected>)
Date: 08/28/99

jim Sat Aug 28 21:14:11 1999 EDT

  Modified files:
    /phpdoc/language oop.sgml
  Log:
  Fix typo.
  
  
Index: phpdoc/language/oop.sgml
diff -u phpdoc/language/oop.sgml:1.1 phpdoc/language/oop.sgml:1.2
--- phpdoc/language/oop.sgml:1.1 Tue Jul 13 18:21:49 1999
+++ phpdoc/language/oop.sgml Sat Aug 28 21:14:11 1999
@@ -41,7 +41,7 @@
  
     </para><para>
      Classes are types, that is, they are blueprints for actual
- variables. You have to create a variables of the desired type with
+ variables. You have to create a variable of the desired type with
      the new operator.
     </para>
  

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>