diff options
author | andy <andrew.m.goth@gmail.com> | 2018-04-12 01:58:52 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2018-04-12 01:58:52 (GMT) |
commit | 4f69e81ae0e60c65611dedd07e3b36d6b275e056 (patch) | |
tree | 5234b9a99aa416bab183528081fea56ee08757b8 /doc | |
parent | 50698aacbf194f062d07de3bc505584f5b51de71 (diff) | |
download | tcl-4f69e81ae0e60c65611dedd07e3b36d6b275e056.zip tcl-4f69e81ae0e60c65611dedd07e3b36d6b275e056.tar.gz tcl-4f69e81ae0e60c65611dedd07e3b36d6b275e056.tar.bz2 |
Fix documentation typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/define.n | 2 |
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 |