summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.