fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351706 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yoshinari Takaoka 2020-11-27 21:03:26 +00:00
parent 42e884339a
commit 051cc10770

View file

@ -1480,7 +1480,7 @@ Expression: 0 = -4 << 62
<warning>
<para>
Prior to PHP 8.0.0, if a <type>string</type> is compared to a number
or a numeric string than the <type>string</type> was converted to a
or a numeric string then the <type>string</type> was converted to a
number before performing the comparison. This can lead to surprising
results as can be seen with the following example:
<informalexample>