diff --git a/language/operators.xml b/language/operators.xml index 002ffce29d..abe989f75a 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1327,8 +1327,8 @@ Expression: 0 = -4 << 62 Spaceship An integer less than, equal to, or greater than zero when - $a is respectively less than, equal to, or greater - than $b. Available as of PHP 7. + $a is less than, equal to, or greater than + $b, respectively. Available as of PHP 7.