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
This commit is contained in:
Philip Olson 2003-02-22 06:53:31 +00:00
parent a7989a05a0
commit c4e53a76f5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<chapter id="language.constants">
<title>Constants</title>
@ -29,7 +29,7 @@
</note>
<simpara>
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
<link linkend="language.variables.scope">variable scope</link>.