diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 14:35:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-27 14:35:10 (GMT) |
commit | 8c5ade5b276e02962ef5855e6bd777685ab8791f (patch) | |
tree | e2e4805c3e2e6e37e47ba0784001763a80d176fa /doc/Method.3 | |
parent | a77a0e955053195556778cd3461fd96ded585a89 (diff) | |
download | tcl-8c5ade5b276e02962ef5855e6bd777685ab8791f.zip tcl-8c5ade5b276e02962ef5855e6bd777685ab8791f.tar.gz tcl-8c5ade5b276e02962ef5855e6bd777685ab8791f.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 |