tularis Thu Jul 15 05:47:21 2004 EDT
Modified files:
/phpdoc/en/language/oop5 visibility.xml
Log:
fixed small typo (public, private or private => public, private or protected)
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/visibility.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/language/oop5/visibility.xml
diff -u phpdoc/en/language/oop5/visibility.xml:1.1
phpdoc/en/language/oop5/visibility.xml:1.2
--- phpdoc/en/language/oop5/visibility.xml:1.1 Sun Jul 11 08:33:25 2004
+++ phpdoc/en/language/oop5/visibility.xml Thu Jul 15 05:47:21 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="language.oop5.visibility">
<title>Visibility</title>
<para>
@@ -12,7 +12,7 @@
<sect2 id="language.oop5.visiblity-members">
<title>Members Visibility</title>
<para>
- Class members must be defined with public, private, or private.
+ Class members must be defined with public, private, or protected.
</para>
<example>
<title>Member declaration</title>