The current phrasing of the description of the spaceship operator is confusing. This patch moves the "respectively" to the end of the sentence to make the phrasing clearer.

-- 
Provided by anonymous 100956 (douglas@chippy.ch)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
George Peter Banyard 2019-12-01 12:55:38 +00:00
parent 81ee640911
commit f94482f07a

View file

@ -1327,8 +1327,8 @@ Expression: 0 = -4 << 62
<entry>Spaceship</entry>
<entry>
An <type>integer</type> less than, equal to, or greater than zero when
<varname>$a</varname> is respectively less than, equal to, or greater
than <varname>$b</varname>. Available as of PHP 7.
<varname>$a</varname> is less than, equal to, or greater than
<varname>$b</varname>, respectively. Available as of PHP 7.
</entry>
</row>
</tbody>