diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-23 12:20:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-23 12:20:34 (GMT) |
commit | efce255dd9821b8dacf7c24731015f2eea93a96b (patch) | |
tree | 78e4eb4bfdf3e4739b36a88dd7bf94221fc21247 /doc/Class.3 | |
parent | 21134c44f3434c701ef4f166be74f389cd3425bd (diff) | |
parent | 6d23f73e8aba5d1c6ed987c139b2b719be84a254 (diff) | |
download | tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.zip tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.tar.gz tcl-efce255dd9821b8dacf7c24731015f2eea93a96b.tar.bz2 |
Merge 9.0. Update documentation
Diffstat (limited to 'doc/Class.3')
-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 76010df..0d50e95 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 int objc in +.AP size_t 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. |