summaryrefslogtreecommitdiffstats
path: root/doc/define.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-04-25 11:48:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-04-25 11:48:14 (GMT)
commitc876decde3e6b34582d26e1cef4967b777a8753c (patch)
tree6100c39a3227c666d69fff4b5c3d0d695270c3b8 /doc/define.n
parent4519681dcd20c967abbe68795911c77c317fab4f (diff)
downloadtcl-c876decde3e6b34582d26e1cef4967b777a8753c.zip
tcl-c876decde3e6b34582d26e1cef4967b777a8753c.tar.gz
tcl-c876decde3e6b34582d26e1cef4967b777a8753c.tar.bz2
Doc typo fix from Andy Goth.
Diffstat (limited to 'doc/define.n')
-rw-r--r--doc/define.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/define.n b/doc/define.n
index 7599ec0..e619728 100644
--- a/doc/define.n
+++ b/doc/define.n
@@ -50,7 +50,7 @@ being constructed. Within the constructor, the \fBnext\fR command should be
used to call the superclasses' constructors. If \fIbodyScript\fR is the empty
string, the constructor will be deleted.
.TP
-\fBdeletemethod\fI name\fR ?\fIname ...\fR
+\fBdeletemethod\fI name\fR ?\fIname ...\fR?
.
This deletes each of the methods called \fIname\fR from a class. The methods
must have previously existed in that class. Does not affect the superclasses