summaryrefslogtreecommitdiffstats
path: root/doc/Object.3
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2023-06-16 10:49:41 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2023-06-16 10:49:41 (GMT)
commit954457baf9c54c74cd2d595b0bf6e9a86d858b3e (patch)
tree7c811c3e30f1d6ed7b36d5f529e405c6a80fac41 /doc/Object.3
parentf1b8cb62890d9a7ad43eb4da0906d5d378283320 (diff)
downloadtcl-954457baf9c54c74cd2d595b0bf6e9a86d858b3e.zip
tcl-954457baf9c54c74cd2d595b0bf6e9a86d858b3e.tar.gz
tcl-954457baf9c54c74cd2d595b0bf6e9a86d858b3e.tar.bz2
tip-636-tcl9-644: doc/Object.3: remove double "the"
Diffstat (limited to 'doc/Object.3')
-rw-r--r--doc/Object.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Object.3 b/doc/Object.3
index 33f999f..44c0b21 100644
--- a/doc/Object.3
+++ b/doc/Object.3
@@ -289,7 +289,7 @@ that the object can often be given to a function like
\fBTcl_SetObjResult\fR, \fBTcl_ListObjAppendElement\fR, or
\fBTcl_DictObjPut\fR (as a value) without explicit reference
management, all of which are common use cases. (The latter two require
-that the the target list or dictionary be well-formed, but that is
+that the target list or dictionary be well-formed, but that is
often easy to arrange when the value is being initially constructed.)
The macro \fBTcl_IncrRefCount\fR increments the reference count when a
new reference to the value is created.