diff options
author | andy <andrew.m.goth@gmail.com> | 2017-08-12 19:45:04 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2017-08-12 19:45:04 (GMT) |
commit | 89ce4defb5b763401e065965a4ac97af98fd778f (patch) | |
tree | f66c4604ac3fd82c459b59f4f1d9724136dba039 /doc/continue.n | |
parent | ffaeeeddaad1c84169e74595f03630729427d639 (diff) | |
download | tcl-89ce4defb5b763401e065965a4ac97af98fd778f.zip tcl-89ce4defb5b763401e065965a4ac97af98fd778f.tar.gz tcl-89ce4defb5b763401e065965a4ac97af98fd778f.tar.bz2 |
Correct longstanding typo in continue man page
Diffstat (limited to 'doc/continue.n')
-rw-r--r-- | doc/continue.n | 2 |
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 |