summaryrefslogtreecommitdiffstats
path: root/doc/while.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-11 12:13:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-11 12:13:54 (GMT)
commitb67bee2a5ef32b3377cebaa30c9ddbd1067f05e0 (patch)
tree7505fba0f488a1dd043bfbf51b5806504f5d09d6 /doc/while.n
parent7546332ccf74bd863948ec07c404e163023ee445 (diff)
downloadtcl-b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0.zip
tcl-b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0.tar.gz
tcl-b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0.tar.bz2
Backport: Another round of small fixes, especially spelling errors...
Diffstat (limited to 'doc/while.n')
-rw-r--r--doc/while.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/while.n b/doc/while.n
index 6acc909..bacc782 100644
--- a/doc/while.n
+++ b/doc/while.n
@@ -30,7 +30,7 @@ commands may be executed inside \fIbody\fR to cause immediate
termination of the \fBwhile\fR command. The \fBwhile\fR command
always 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 \fBwhile\fR
command starts executing, which means that variable changes
made by the loop body will not be considered in the expression.