summaryrefslogtreecommitdiffstats
path: root/doc/continue.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-05 12:28:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-05 12:28:41 (GMT)
commit018892450cdacc7e4660a4cc138a51e1143a2b12 (patch)
treebc8d5053c422ca180b237864f9522bb64c885cf9 /doc/continue.n
parentd23fe52664cbef62956cc8ba4e689b9873992b0c (diff)
parentedb7af10d93df44cc25e9dce384c61669ce73dc8 (diff)
downloadtcl-018892450cdacc7e4660a4cc138a51e1143a2b12.zip
tcl-018892450cdacc7e4660a4cc138a51e1143a2b12.tar.gz
tcl-018892450cdacc7e4660a4cc138a51e1143a2b12.tar.bz2
merge trunktip_282
Diffstat (limited to 'doc/continue.n')
-rw-r--r--doc/continue.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/continue.n b/doc/continue.n
index 92ff3b4..5eca861 100644
--- a/doc/continue.n
+++ b/doc/continue.n
@@ -23,7 +23,7 @@ exception to occur.
The exception causes the current script to be aborted
out to the innermost containing loop command, which then
continues with the next iteration of the loop.
-Catch exceptions are also handled in a few other situations, such
+Continue exceptions are also handled in a few other situations, such
as the \fBcatch\fR command and the outermost scripts of procedure
bodies.
.SH EXAMPLE