diff --git a/language/control-structures.xml b/language/control-structures.xml index 73d64ddb08..769058cd13 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1159,7 +1159,7 @@ global $color; echo "A $color $fruit"; } -/* vars.inc is in the scope of foo() so * +/* vars.php is in the scope of foo() so * * $fruit is NOT available outside of this * * scope. $color is because we declared it * * as global. */