diff --git a/language/namespaces.xml b/language/namespaces.xml index 96b043bf66..dd4ab2fbfe 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -843,9 +843,9 @@ if (is_array('hi')) { // prints "is not array" Fully qualified name - This is an identifier with a namespace separator that begins with a namespace - separator, such as \Foo\Bar. namespace\Foo - is also a fully qualified name. + This is an identifier with a namespace separator that begins with a + namespace separator, such as \Foo\Bar. The namespace + \Foo is also a fully qualified name.