summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-30 09:44:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-30 09:44:50 (GMT)
commit9b6c323263aaf964e5a3258d21e1443cbcbf96b9 (patch)
tree5050b67c93803debed13839d6f06c70c90a596bf
parent419f3449e0d539c9d94b235b5132a5774a5ade66 (diff)
parent02e1cca632d1c35f056316727d93af19ef9e5b54 (diff)
downloadtcl-novem_64bit_sizes.zip
tcl-novem_64bit_sizes.tar.gz
tcl-novem_64bit_sizes.tar.bz2
-rw-r--r--doc/Class.32
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