From 20d0690efb665d080016b08e35776bec82b49b04 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 30 Dec 2007 22:05:25 +0000 Subject: [PATCH] Fix comment of constructor git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249447 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/visibility.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/visibility.xml b/language/oop5/visibility.xml index 2e845a2ee4..f5c8f498c2 100644 --- a/language/oop5/visibility.xml +++ b/language/oop5/visibility.xml @@ -1,5 +1,5 @@ - + Visibility @@ -97,7 +97,7 @@ $obj2->printHello(); // Shows Public, Protected2, Undefined */ class MyClass { - // Contructors must be public + // Declare a public constructor public function __construct() { } // Declare a public method