From b855ccaeaa1d4c023ee6535949b47efd912a2033 Mon Sep 17 00:00:00 2001 From: Masaki Fujimoto Date: Sat, 2 Feb 2002 15:57:48 +0000 Subject: [PATCH] fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69295 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */