diff --git a/language/predefined/arrayaccess/offsetget.xml b/language/predefined/arrayaccess/offsetget.xml
index c8cb18be37..f49fc7d270 100644
--- a/language/predefined/arrayaccess/offsetget.xml
+++ b/language/predefined/arrayaccess/offsetget.xml
@@ -53,7 +53,7 @@
indirect modification, on the other hand, only changes part of the
dimension, or attempts to assign the dimension by reference to
another variable, as in $obj[6][7] = 7 or
- $var =& $obj[6]. Increments with
+ $var =& $obj[6]. Increments with
++ and decrements with --
are also implemented in a way that requires indirect modification.