diff --git a/language/operators.xml b/language/operators.xml
index ee1b9ed1ee..1168341851 100644
--- a/language/operators.xml
+++ b/language/operators.xml
@@ -1285,9 +1285,9 @@ Expression: 0 = -4 << 62
$a <=> $b
Spaceship Operator
- 0 if $a and $b are equal,
- 1 if $a is greater than $b,
- -1 if $b is greater than $a.
+ 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.