diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-11-27 14:35:10 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-11-27 14:35:10 (GMT) |
| commit | 4ec5b8cf143015f8127ddf39bef891632c70cf1e (patch) | |
| tree | e2e4805c3e2e6e37e47ba0784001763a80d176fa /doc/Method.3 | |
| parent | c0f55bcc01216dfd09eb55f644193ac4fd8cc8fd (diff) | |
| download | tcl-4ec5b8cf143015f8127ddf39bef891632c70cf1e.zip tcl-4ec5b8cf143015f8127ddf39bef891632c70cf1e.tar.gz tcl-4ec5b8cf143015f8127ddf39bef891632c70cf1e.tar.bz2 | |
[Patch 2903921]: Many small spelling fixes from Larry Virden.
Diffstat (limited to 'doc/Method.3')
| -rw-r--r-- | doc/Method.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Method.3 b/doc/Method.3 index be7bab5..948e19e 100644 --- a/doc/Method.3 +++ b/doc/Method.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Method.3,v 1.3 2008/09/23 14:27:25 dkf Exp $ +'\" RCS: @(#) $Id: Method.3,v 1.4 2009/11/27 14:35:10 dkf Exp $ '\" .so man.macros .TH Tcl_Method 3 0.1 TclOO "TclOO Library Functions" @@ -131,7 +131,7 @@ require any arguments) should be installed into their class using the \fBTcl_ClassSetDestructor\fR function. Unnamed methods should not be used for any other purpose, and named methods should not be used as either constructors or destructors. Also note that a NULL \fImethodTypePtr\fR is used to provide -internal signalling, and should not be used in client code. +internal signaling, and should not be used in client code. .SS "METHOD CALL CONTEXTS" .PP When a method is called, a method-call context reference is passed in as one |
