summaryrefslogtreecommitdiffstats
path: root/doc/Class.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-13 14:02:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-13 14:02:23 (GMT)
commit4307d0a739ddfd9545e59a0ccf16067fc2dab2a2 (patch)
treef399cf6578abde4532ed6b0f40ae2aa562eff10d /doc/Class.3
parent9c0541d0e4b22e9f9e12d754ba7c9bb1c430a0a8 (diff)
downloadtcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.zip
tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.tar.gz
tcl-4307d0a739ddfd9545e59a0ccf16067fc2dab2a2.tar.bz2
Follow-up to previous commit: Let's not break TIP #627 either. Also adapt documentation (will be needed to be done anyway)
Diffstat (limited to 'doc/Class.3')
-rw-r--r--doc/Class.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Class.3 b/doc/Class.3
index c029595..508b864 100644
--- a/doc/Class.3
+++ b/doc/Class.3
@@ -81,7 +81,7 @@ automatically selected.
The name of the namespace to create for the object's private use, or NULL if a
new unused name is to be automatically selected. The namespace must not
already exist.
-.AP size_t objc in
+.AP Tcl_Size objc in
The number of elements in the \fIobjv\fR array.
.AP "Tcl_Obj *const" *objv in
The arguments to the command to create the instance of the class.