summaryrefslogtreecommitdiffstats
path: root/doc/continue.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/continue.n')
-rw-r--r--doc/continue.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/continue.n b/doc/continue.n
index 17d16b4..5eca861 100644
--- a/doc/continue.n
+++ b/doc/continue.n
@@ -4,7 +4,7 @@
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-'\"
+'\"
.TH continue n "" Tcl "Tcl Built-In Commands"
.so man.macros
.BS
@@ -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