From 5f2270bbd3bb89cc2cc736f0d07d648b2f341e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com> Date: Wed, 21 Dec 2022 18:13:53 +0100 Subject: [PATCH] Fix typo in the documentation --- doc/userdoc.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/userdoc.org b/doc/userdoc.org index a4d0ce4a9..01a88b0af 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. -- GitLab