Fix typo (thanks Nuno for the hint)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246057 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Etienne Kneuss 2007-11-12 17:54:09 +00:00
parent e07afa4fb9
commit 9138ef65f2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.151 $ -->
<!-- $Revision: 1.152 $ -->
<chapter xml:id="language.control-structures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Control Structures</title>
@ -541,7 +541,7 @@ foreach (array_expression as $key => $value)
Unless the array is <link linkend="language.references">referenced</link>,
<literal>foreach</literal> operates on a copy of
the specified array and not the array itself.<literal>foreach</literal> has
some side effets on the array pointer. Don't rely on the array pointer during
some side effects on the array pointer. Don't rely on the array pointer during
or after the foreach without resetting it.</para>
</note>
</para>