diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 12:13:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-11 12:13:54 (GMT) |
commit | b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0 (patch) | |
tree | 7505fba0f488a1dd043bfbf51b5806504f5d09d6 /doc/classvariable.n | |
parent | 7546332ccf74bd863948ec07c404e163023ee445 (diff) | |
download | tcl-b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0.zip tcl-b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0.tar.gz tcl-b67bee2a5ef32b3377cebaa30c9ddbd1067f05e0.tar.bz2 |
Backport: Another round of small fixes, especially spelling errors...
Diffstat (limited to 'doc/classvariable.n')
-rw-r--r-- | doc/classvariable.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classvariable.n b/doc/classvariable.n index 70d9f13..2eef7e8 100644 --- a/doc/classvariable.n +++ b/doc/classvariable.n @@ -26,8 +26,8 @@ elements. The originating scope for the variables is the namespace of the class that the method was defined by. In other words, the referenced variables are shared between all instances of that class. .PP -Note: This command is equivalent to the command \fBtypevariable\fR provided by -the snit package in tcllib for approximately the same purpose. If used in a +Note that this command is equivalent to the command \fBtypevariable\fR provided +by the snit package in tcllib for approximately the same purpose. If used in a method defined directly on a class instance (e.g., through the \fBoo::objdefine\fR \fBmethod\fR definition) this is very much like just using: |