diff options
author | dkf <dkf@noemail.net> | 2012-02-01 13:00:48 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2012-02-01 13:00:48 (GMT) |
commit | ef0686e30f756ee01b35ca9543f1598e21075818 (patch) | |
tree | d214f48446944ce9b17d6cf1677df69cd1162f33 /doc | |
parent | a1a691b985112053eb9e9c273b9eac174000c92a (diff) | |
parent | 3ffd13bc4988e7cdf441295fca8bdfe2c46a3982 (diff) | |
download | tcl-ef0686e30f756ee01b35ca9543f1598e21075818.zip tcl-ef0686e30f756ee01b35ca9543f1598e21075818.tar.gz tcl-ef0686e30f756ee01b35ca9543f1598e21075818.tar.bz2 |
[Bug 3482614]: Documentation nit.
FossilOrigin-Name: 7f49ede25425286fc9beefe0353521c618e45511
Diffstat (limited to 'doc')
-rw-r--r-- | doc/AddErrInfo.3 | 2 |
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 |