mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
71da39b92e
commit
12b8efeec0
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<chapter xml:id="language.namespaces" xmlns="http://docbook.org/ns/docbook"
|
||||
version="1.1">
|
||||
<title>Namespaces</title>
|
||||
|
@ -141,7 +141,7 @@ function connect() { /* ... */ }
|
|||
</example>
|
||||
The above example creates constant <literal>MyProject\Sub\Level\CONNECT_OK</literal>,
|
||||
class <literal>MyProject\Sub\Level\Connection</literal> and function
|
||||
<literal>MyProject\Sub\Level\Connection</literal>.
|
||||
<literal>MyProject\Sub\Level\connect</literal>.
|
||||
</para>
|
||||
</sect1>
|
||||
<sect1 xml:id="language.namespaces.definitionmultiple">
|
||||
|
|
Loading…
Reference in a new issue