From 15912664fe646ae697e07a555783cd31b64a4afe Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 1 Aug 2011 16:05:53 +0000 Subject: [PATCH] Typo. Fix bug #55338 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314059 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/namespaces.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/namespaces.xml b/language/namespaces.xml index 24255c39ce..a63c3bd94f 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -76,7 +76,7 @@ echo constant($d); // see "Namespaces and dynamic language features" section Although any valid PHP code can be contained within a namespace, only three - type of code are affected by namespaces: classes, functions and constants. + types of code are affected by namespaces: classes, functions and constants. Namespaces are declared using the namespace