diff --git a/language/control-structures.xml b/language/control-structures.xml index dc13f395d9..06fb4bf6f0 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1186,7 +1186,9 @@ declare (directive) The declare construct can also be used in the global - scope, affecting all code following it. + scope, affecting all code following it (however if the file with + declare was included then it does not affect the parent + file).