vrana Fri Aug 17 04:55:56 2007 UTC
Modified files:
/phpdoc/en/language/oop5 reflection.xml
Log:
Typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/oop5/reflection.xml?r1=1.27&r2=1.28&diff_format=u
Index: phpdoc/en/language/oop5/reflection.xml
diff -u phpdoc/en/language/oop5/reflection.xml:1.27
phpdoc/en/language/oop5/reflection.xml:1.28
--- phpdoc/en/language/oop5/reflection.xml:1.27 Fri Aug 17 04:54:11 2007
+++ phpdoc/en/language/oop5/reflection.xml Fri Aug 17 04:55:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
<sect1 xml:id="language.oop5.reflection"
xmlns="http://docbook.org/ns/docbook">
<title>Reflection</title>
<sect2 xml:id="language.oop5.reflection.introduction">
@@ -612,7 +612,7 @@
}
}
-// Create an instance of the Reflection_Method class
+// Create an instance of the ReflectionMethod class
$method = new ReflectionMethod('Counter', 'increment');
// Print out basic information