diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-28 22:52:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-09-28 22:52:11 (GMT) |
commit | 6a1cc41ccac84140abbe6011995eefbf2e8a4435 (patch) | |
tree | d6715be47d4a42bb402671d1a43a9ecfdc6e8950 /doc | |
parent | 789e4ada24cc5f08a6d5300e354a752cdb066eec (diff) | |
download | tcl-6a1cc41ccac84140abbe6011995eefbf2e8a4435.zip tcl-6a1cc41ccac84140abbe6011995eefbf2e8a4435.tar.gz tcl-6a1cc41ccac84140abbe6011995eefbf2e8a4435.tar.bz2 |
typo; spotted by stu
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Class.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Class.3 b/doc/Class.3 index 28cea9b..febe703 100644 --- a/doc/Class.3 +++ b/doc/Class.3 @@ -111,7 +111,7 @@ function. Note that the Tcl_Obj reference returned by \fBTcl_GetObjectName\fR is a shared reference. .PP Instances of classes are created using \fBTcl_NewObjectInstance\fR, which -takes creates an object from any class (and which is internally called by both +creates an object from any class (and which is internally called by both the \fBcreate\fR and \fBnew\fR methods of the \fBoo::class\fR class). It takes parameters that optionally give the name of the object and namespace to create, and which describe the arguments to pass to the class's constructor |