summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 8a8125d8..2b87159 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -791,10 +791,9 @@ are replaced by \code{\%g} conversions.\footnote{
point values on a particular machine.
} All other errors raise exceptions.
-Additional string operations are defined in standard module
-\refmodule{string} and in built-in module \refmodule{re}.
-\refstmodindex{string}
-\refstmodindex{re}
+Additional string operations are defined in standard modules
+\refmodule{string}\refstmodindex{string} and
+\refmodule{re}.\refstmodindex{re}
\subsubsection{XRange Type \label{typesseq-xrange}}