From 12b8efeec03fe81a2da1b861e62ec529a536aa55 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Thu, 12 Mar 2009 01:28:13 +0000 Subject: [PATCH] Fixed incorrect description of namespace constant for function. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277011 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/namespaces.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/namespaces.xml b/language/namespaces.xml index cd327f4e39..d693fff71d 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -1,5 +1,5 @@ - + Namespaces @@ -141,7 +141,7 @@ function connect() { /* ... */ } The above example creates constant MyProject\Sub\Level\CONNECT_OK, class MyProject\Sub\Level\Connection and function - MyProject\Sub\Level\Connection. + MyProject\Sub\Level\connect.