fa83aaeca52d
Typo
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 23 Aug 2016 01:20:22 +0000 |
parents | a90a598db9e9 |
children | 4bb629601097 |
branches/tags | (none) |
files | DOCUMENTATION.markdown losh.lisp |
Changes
--- 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.
--- 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.