summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index 3e153fcfa7..3a6bb434de 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -163,11 +163,11 @@ One can use it to easily construct complex number like in
@smallexample
3.0 - _Imaginary_I * 4.0
@end smallexample
-@end deftypevr
@noindent
which results in the complex number with a real part of 3.0 and a
imaginary part -4.0.
+@end deftypevr
@noindent
A more intuitive approach is to use the following macro.