# HG changeset patch # User Steve Losh # Date 1471915222 0 # Node ID fa83aaeca52dde86218c175a7d559e7e52e06dbc # Parent a90a598db9e9842c88d573ef05fcf825e9950df5 Typo diff -r a90a598db9e9 -r fa83aaeca52d DOCUMENTATION.markdown --- a/DOCUMENTATION.markdown Tue Aug 23 01:18:27 2016 +0000 +++ b/DOCUMENTATION.markdown Tue Aug 23 01:20:22 2016 +0000 @@ -265,7 +265,7 @@ (FREQUENCIES SEQ &KEY (TEST 'EQL)) -Return a hash table containing the feqeuencies of the items in `seq`. +Return a hash table containing the freqeuencies of the items in `seq`. Uses `test` for the `:test` of the hash table. diff -r a90a598db9e9 -r fa83aaeca52d losh.lisp --- a/losh.lisp Tue Aug 23 01:18:27 2016 +0000 +++ b/losh.lisp Tue Aug 23 01:20:22 2016 +0000 @@ -1077,7 +1077,7 @@ (collect s))) (defun frequencies (seq &key (test 'eql)) - "Return a hash table containing the feqeuencies of the items in `seq`. + "Return a hash table containing the freqeuencies of the items in `seq`. Uses `test` for the `:test` of the hash table.