summaryrefslogtreecommitdiffstats
path: root/doc/for.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/for.n')
-rw-r--r--doc/for.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/for.n b/doc/for.n
index 9a3235f..fc105f8 100644
--- a/doc/for.n
+++ b/doc/for.n
@@ -38,7 +38,7 @@ The operation of \fBbreak\fR and \fBcontinue\fR are similar to the
corresponding statements in C.
\fBFor\fR returns an empty string.
.PP
-Note: \fItest\fR should almost always be enclosed in braces. If not,
+Note that \fItest\fR should almost always be enclosed in braces. If not,
variable substitutions will be made before the \fBfor\fR
command starts executing, which means that variable changes
made by the loop body will not be considered in the expression.