From c4e53a76f5f2cdd342394ed41de1d41af47aafb7 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 22 Feb 2003 06:53:31 +0000 Subject: [PATCH] typo (figured 'make test' would have found this) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117531 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/constants.xml b/language/constants.xml index cdf3c2ef96..a3cea10b7c 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -1,5 +1,5 @@ - + Constants @@ -29,7 +29,7 @@ - Like $link.superglobals;, the scope of a constant is global. You + Like &link.superglobals;, the scope of a constant is global. You can access constants anywhere in your script without regard to scope. For more information on scope, read the manual section on variable scope.