From 9e22663413aceb78ae909627e72e46a7fb5510cf Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 04:55:56 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241394 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index 49f4083b23..d55ba34f9b 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -612,7 +612,7 @@ class Counter } } -// Create an instance of the Reflection_Method class +// Create an instance of the ReflectionMethod class $method = new ReflectionMethod('Counter', 'increment'); // Print out basic information