diff --git a/doc/userdoc.org b/doc/userdoc.org
index a4d0ce4a9ac4466ce3fd3c0467a2d3d3ade63965..01a88b0af5800e6565b3dc01d99bdfb4de569aba 100644
--- a/doc/userdoc.org
+++ b/doc/userdoc.org
@@ -1223,8 +1223,7 @@ are sorted by type of left hand side variable.
 Observe that for these small matrix types ($\mathbb{R}^{d\times d}$) the
 construction ~A *= B;~ where ~B~ is a matrix of the same type as ~A~ is not
 allowed. The main reason for that is that for $d>1$ this operation has
-no interest since it requires a temporary. One will see bellow that it
-is possible to write ~A = A*B;~ if needed.
+no interest since it requires a temporary. One will see below that it
 #+END_note
 
 - ~string~: the ~*=~ operator is not defined for left hand side string variables.