diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-11 17:03:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-03-11 17:03:00 (GMT) |
commit | 23bb878de928709dcfdd514fe4eb3f67478c9614 (patch) | |
tree | 505d98c9c1a78785f5425cbf44b19004b4d49516 /doc/my.n | |
parent | 97db8cd6d24690da211ca114cfde41777a236018 (diff) | |
download | tcl-23bb878de928709dcfdd514fe4eb3f67478c9614.zip tcl-23bb878de928709dcfdd514fe4eb3f67478c9614.tar.gz tcl-23bb878de928709dcfdd514fe4eb3f67478c9614.tar.bz2 |
A number of small spelling and wording fixes in the docs.
Diffstat (limited to 'doc/my.n')
-rw-r--r-- | doc/my.n | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Each object has its own \fBmy\fR command, contained in its instance namespace. .SH EXAMPLES .PP This example shows basic use of \fBmy\fR to use the \fBvariables\fR method of -the \fBoo::object\fR class, which is not publically visible by default: +the \fBoo::object\fR class, which is not publicly visible by default: .PP .CS oo::class create c { |