summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-03 07:34:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-03 07:34:50 -0700
commit8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd (patch)
tree89ffc1b549cd4a5d243e6ec8b7a591cb727b145d /txr.1
parent92bb6283ea4b79a883db8febaaa1b872f9567c33 (diff)
downloadtxr-8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd.tar.gz
txr-8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd.tar.bz2
txr-8326cdd3dcfeec2bb6fb3f6747879c3dd19b91bd.zip
Typo.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 4b02da10..c64a9a63 100644
--- a/txr.1
+++ b/txr.1
@@ -11667,7 +11667,7 @@ Description:
The group-by function produces a hash table from <sequence>, which is a
list or vector. Entries of the hash table are not elements of sequence,
-but lists of elements of <sequence>. The function <func> is applied toe
+but lists of elements of <sequence>. The function <func> is applied to
each element of <sequence> to compute a key. That key is used to determine
which list the item is added to in the hash table.