diff options
| author | andy <andrew.m.goth@gmail.com> | 2018-07-18 03:34:14 (GMT) |
|---|---|---|
| committer | andy <andrew.m.goth@gmail.com> | 2018-07-18 03:34:14 (GMT) |
| commit | 45f814fec74d721dc93670e38265146287bf1fd9 (patch) | |
| tree | f10d4189d3a321727bb80bd9fdfc937840c93646 | |
| parent | 7547e67f4080ccda4da197963258de89abb9e09c (diff) | |
| download | tcl-45f814fec74d721dc93670e38265146287bf1fd9.zip tcl-45f814fec74d721dc93670e38265146287bf1fd9.tar.gz tcl-45f814fec74d721dc93670e38265146287bf1fd9.tar.bz2 | |
Minor documentation wording change to clean up an awkward construct
| -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 b489e5f..56d1d7c 100644 --- a/doc/define.n +++ b/doc/define.n @@ -443,7 +443,7 @@ defining new operations whose names start with a hyphen. .SH EXAMPLES This example demonstrates how to use both forms of the \fBoo::define\fR and \fBoo::objdefine\fR commands (they work in the same way), as well as -illustrating four of the subcommands of them. +illustrating four of their subcommands. .PP .CS oo::class create c |
