mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
81ee640911
commit
f94482f07a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue