summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-30 12:01:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-30 12:01:20 (GMT)
commit7bf36eb8f9249fa034902d97624cc5e676cd7c99 (patch)
tree5a37c876ebdb1cfd3d1730115abe5becc5d72e2e /doc
parent8c629f8f8582d5b595243e01ba840652235814cf (diff)
parent1a00939829b0f8551c44af805ffd701f65c2a58b (diff)
downloadtcl-7bf36eb8f9249fa034902d97624cc5e676cd7c99.zip
tcl-7bf36eb8f9249fa034902d97624cc5e676cd7c99.tar.gz
tcl-7bf36eb8f9249fa034902d97624cc5e676cd7c99.tar.bz2
merge trunk
Diffstat (limited to 'doc')
-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