summaryrefslogtreecommitdiffstats
path: root/doc/dict.n
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2020-11-16 13:55:33 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2020-11-16 13:55:33 (GMT)
commit71a412b8daa48172c15652a8fb18a5bf2cc148c1 (patch)
tree0ce64806b7e2eaf6e7504b485110a5cb0db65237 /doc/dict.n
parent33955d69338c3d268bfe9e51aad0c276cf8a1f0a (diff)
downloadtcl-71a412b8daa48172c15652a8fb18a5bf2cc148c1.zip
tcl-71a412b8daa48172c15652a8fb18a5bf2cc148c1.tar.gz
tcl-71a412b8daa48172c15652a8fb18a5bf2cc148c1.tar.bz2
Ticket [d8ae5d5f4c]: Documentation of dict filter script: script results, not returns a boolean
Diffstat (limited to 'doc/dict.n')
-rw-r--r--doc/dict.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dict.n b/doc/dict.n
index cd7e94c..db4b656 100644
--- a/doc/dict.n
+++ b/doc/dict.n
@@ -58,7 +58,7 @@ of the given patterns (in the style of \fBstring match\fR.)
.
The script rule tests for matching by assigning the key to the
\fIkeyVariable\fR and the value to the \fIvalueVariable\fR, and then evaluating
-the given script which should return a boolean value (with the
+the given script which should result in a boolean value (with the
key/value pair only being included in the result of the \fBdict
filter\fR when a true value is returned.) Note that the first
argument after the rule selection word is a two-element list. If the