summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-01 13:00:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-01 13:00:48 (GMT)
commit6f892743d081dee50b990b4ba7329707fc9e630b (patch)
treed214f48446944ce9b17d6cf1677df69cd1162f33 /doc/AddErrInfo.3
parentc2cf34f659de9bb36d5ca8df969da6306dbd7a2f (diff)
parentc63560bbbb61523251feec085a03ff289b6efe38 (diff)
downloadtcl-6f892743d081dee50b990b4ba7329707fc9e630b.zip
tcl-6f892743d081dee50b990b4ba7329707fc9e630b.tar.gz
tcl-6f892743d081dee50b990b4ba7329707fc9e630b.tar.bz2
[Bug 3482614]: Documentation nit.
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r--doc/AddErrInfo.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 025ce86..4087b41 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -107,7 +107,7 @@ with the value of \fIcode\fR. The \fB(Tcl_Obj *)\fR returned
by \fBTcl_GetReturnOptions\fR points to an unshared
\fBTcl_Obj\fR with reference count of zero. The dictionary
may be written to, either adding, removing, or overwriting
-any entries in it, with the need to check for a shared object.
+any entries in it, without the need to check for a shared object.
.PP
A typical usage for \fBTcl_GetReturnOptions\fR is to
retrieve the stack trace when script evaluation returns