diff --git a/language/operators.xml b/language/operators.xml
index 83ecd777c9..8873370014 100644
--- a/language/operators.xml
+++ b/language/operators.xml
@@ -250,7 +250,6 @@
^=<<=>>=
- =>
assignment
@@ -451,11 +450,6 @@ $a = ($b = 4) + 5; // $a is equal to 9 now, and $b has been set to 4.
-
- For arrays, assigning a value to a named key is performed using
- the "=>" operator. The precedence
- of this operator is the same as other assignment operators.
-
In addition to the basic assignment operator, there are "combined
operators" for all of the binary