about summary refs log tree commit diff
path: root/manual/math.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/math.texi')
-rw-r--r--manual/math.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/math.texi b/manual/math.texi
index a884cb7c29..206021c65d 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -800,7 +800,7 @@ or is very close to 0.  It is well-defined for all other values of
 @deftypefunx {complex long double} clog10l (complex long double @var{z})
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
 These functions return the base 10 logarithm of the complex value
-@var{z}. Mathematically, this corresponds to the value
+@var{z}.  Mathematically, this corresponds to the value
 
 @ifnottex
 @math{log (z) = log10 (cabs (z)) + I * carg (z)}