summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 5f4a154..f6b6369 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -800,7 +800,7 @@ The conversion flag characters are:
\begin{tableii}{c|l}{character}{Flag}{Meaning}
\lineii{\#}{The value conversion will use the ``alternate form''
(where defined below).}
- \lineii{0}{The conversion will be zero padded.}
+ \lineii{0}{The conversion will be zero padded for numeric values.}
\lineii{-}{The converted value is left adjusted (overrides
the \character{0} conversion if both are given).}
\lineii{{~}}{(a space) A blank should be left before a positive number