Missed spacing

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293508 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2010-01-13 16:13:30 +00:00
parent fec07db19f
commit 086f6b6ece

View file

@ -1097,7 +1097,7 @@ Expression: 0 = -4 << 62
</table>
<para>
If you compare a number with a string or the comparison involves numerical
strings,then each string is
strings, then each string is
<link linkend="language.types.string.conversion">converted to a number</link>
and the comparison performed numerically. These rules also apply to the
<link linkend="control-structures.switch">switch</link> statement. The