diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 12:13:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 12:13:54 (GMT) |
commit | b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0 (patch) | |
tree | 7505fba0f488a1dd043bfbf51b5806504f5d09d6 /doc/while.n | |
parent | 7546332ccf74bd863948ec07c404e163023ee445 (diff) | |
download | tcl-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.n | 2 |
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. |