diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-22 11:29:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-22 11:29:22 (GMT) |
commit | 7389349d58690d0116266237df61841a87b4763c (patch) | |
tree | 7fd34d13fc377888a51238636c1551a45bb7d6c1 /doc/class.n | |
parent | b7d5c914b5af4512f6eabc9ae4e9b3c49003a59f (diff) | |
download | tcl-7389349d58690d0116266237df61841a87b4763c.zip tcl-7389349d58690d0116266237df61841a87b4763c.tar.gz tcl-7389349d58690d0116266237df61841a87b4763c.tar.bz2 |
Typo found by Andreas Kupries
Diffstat (limited to 'doc/class.n')
-rw-r--r-- | doc/class.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/class.n b/doc/class.n index ec06706..d62b4a5 100644 --- a/doc/class.n +++ b/doc/class.n @@ -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: class.n,v 1.2 2008/10/17 10:22:25 dkf Exp $ +'\" RCS: @(#) $Id: class.n,v 1.3 2009/08/22 11:29:22 dkf Exp $ '\" .so man.macros .TH class n 0.1 TclOO "TclOO Commands" @@ -69,7 +69,7 @@ method. .PP The \fBoo::class\fR class supports the following non-exported methods: .TP -\fIobj \fBcreateWithNamespace\fI name nsName\fR ?\fIarg ...\fR? +\fIcls \fBcreateWithNamespace\fI name nsName\fR ?\fIarg ...\fR? . This creates a new instance of the class \fIcls\fR called \fIname\fR (which is resolved within the calling context's namespace if not fully qualified), |