Typo. Fix bug #55338

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2011-08-01 16:05:53 +00:00
parent 04104f0277
commit 15912664fe

View file

@ -76,7 +76,7 @@ echo constant($d); // see "Namespaces and dynamic language features" section
<?phpdoc print-version-for="namespaces"?>
<para>
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.
</para>
<para>
Namespaces are declared using the <literal>namespace</literal>