summaryrefslogtreecommitdiffstats
path: root/doc/DictObj.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-05 12:55:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-12-05 12:55:48 (GMT)
commit7378afc7923c7ea494a2d4f76c62802cd9fcc44e (patch)
treed5a9fcecf6b8655a5e34e95f0811f558b11e0a42 /doc/DictObj.3
parent713d46ad876ace34babe53d3dc6822c589e86224 (diff)
downloadtcl-7378afc7923c7ea494a2d4f76c62802cd9fcc44e.zip
tcl-7378afc7923c7ea494a2d4f76c62802cd9fcc44e.tar.gz
tcl-7378afc7923c7ea494a2d4f76c62802cd9fcc44e.tar.bz2
Documentation update
Diffstat (limited to 'doc/DictObj.3')
-rw-r--r--doc/DictObj.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DictObj.3 b/doc/DictObj.3
index 7469a78..4a25d84 100644
--- a/doc/DictObj.3
+++ b/doc/DictObj.3
@@ -76,7 +76,7 @@ contained within the dictionary placed within it.
May be (Tcl_Size *)NULL when not used. If it points to a variable which
type is not \fBTcl_Size\fR, a compiler warning will be generated.
If your extensions is compiled with -DTCL_8_API, this function will return
-NULL if the size of the dictionary is larger than INT_MAX (which should
+NULL for dictionaries larger than INT_MAX (which should
trigger proper error-handling), otherwise expect it to crash.
.AP Tcl_DictSearch *searchPtr in/out
Pointer to record to use to keep track of progress in enumerating all