summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-11-07 13:14:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-11-07 13:14:37 (GMT)
commitad3ee62cd32ab9010b626bed1f981653dde59ea8 (patch)
treef7ec54d469add5963df2806eed43e791c306370d /doc
parent55d5fb55a24ebaab56724342dae0ba12d660f748 (diff)
downloadtcl-ad3ee62cd32ab9010b626bed1f981653dde59ea8.zip
tcl-ad3ee62cd32ab9010b626bed1f981653dde59ea8.tar.gz
tcl-ad3ee62cd32ab9010b626bed1f981653dde59ea8.tar.bz2
Minor change: Formatting fix
Diffstat (limited to 'doc')
-rw-r--r--doc/dict.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dict.n b/doc/dict.n
index 3bd5530..c014448 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -158,7 +158,7 @@ variables set appropriately (in the manner of \fBlmap\fR). In an iteration
where the evaluated script completes normally (\fBTCL_OK\fR, as opposed to an
\fBerror\fR, etc.) the result of the script is put into an accumulator
dictionary using the key that is the current contents of the \fIkeyVar\fR
-variable at that point. The result of the \fBdict map\fB command is the
+variable at that point. The result of the \fBdict map\fR command is the
accumulator dictionary after all keys have been iterated over.
.RS
.PP