mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
04104f0277
commit
15912664fe
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue