nlopess Sun Sep 5 12:16:40 2004 EDT
Modified files:
/phpdoc/en/language/oop5 interfaces.xml
Log:
fix #29984: typo
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/interfaces.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/language/oop5/interfaces.xml
diff -u phpdoc/en/language/oop5/interfaces.xml:1.2
phpdoc/en/language/oop5/interfaces.xml:1.3
--- phpdoc/en/language/oop5/interfaces.xml:1.2 Fri Jul 23 14:59:30 2004
+++ phpdoc/en/language/oop5/interfaces.xml Sun Sep 5 12:16:39 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="language.oop5.interfaces">
<title>Object Interfaces</title>
<para>
@@ -13,7 +13,7 @@
defined. Classes which implement an interface should do so using the
implements keyword, and must have definitions for all the methods listed
in the interface. Classes may implement more than one interface if desired
- by listing each interface split by a space.
+ by listing each interface split by a comma.
</para>
<para>
Stating that a class implements an interface, and then not implementing all