summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2018-04-12 01:58:52 (GMT)
committerandy <andrew.m.goth@gmail.com>2018-04-12 01:58:52 (GMT)
commit4f69e81ae0e60c65611dedd07e3b36d6b275e056 (patch)
tree5234b9a99aa416bab183528081fea56ee08757b8 /doc
parent50698aacbf194f062d07de3bc505584f5b51de71 (diff)
downloadtcl-4f69e81ae0e60c65611dedd07e3b36d6b275e056.zip
tcl-4f69e81ae0e60c65611dedd07e3b36d6b275e056.tar.gz
tcl-4f69e81ae0e60c65611dedd07e3b36d6b275e056.tar.bz2
Fix documentation typo
Diffstat (limited to 'doc')
-rw-r--r--doc/define.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/define.n b/doc/define.n
index 1692c94..c836c2f 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