summaryrefslogtreecommitdiff
path: root/doc/sh-utils.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sh-utils.texi')
-rw-r--r--doc/sh-utils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi
index d955a27fc..5cbf5abe3 100644
--- a/doc/sh-utils.texi
+++ b/doc/sh-utils.texi
@@ -3160,7 +3160,7 @@ Print all numbers with the same width, by padding with leading zeroes.
@end table
If you want to use @code{seq} to print sequences of large integer values,
-you should not use the default @samp{%g} format since it can result in
+don't use the default @samp{%g} format since it can result in
loss of precision:
@example