4bb629601097

Typo
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 01:20:55 +0000
parents fa83aaeca52d
children 0d0a740ed42e
branches/tags (none)
files DOCUMENTATION.markdown losh.lisp

Changes

--- a/DOCUMENTATION.markdown	Tue Aug 23 01:20:22 2016 +0000
+++ b/DOCUMENTATION.markdown	Tue Aug 23 01:20:55 2016 +0000
@@ -265,7 +265,7 @@
 
     (FREQUENCIES SEQ &KEY (TEST 'EQL))
 
-Return a hash table containing the freqeuencies of the items in `seq`.
+Return a hash table containing the frequencies of the items in `seq`.
 
   Uses `test` for the `:test` of the hash table.
 
--- a/losh.lisp	Tue Aug 23 01:20:22 2016 +0000
+++ b/losh.lisp	Tue Aug 23 01:20:55 2016 +0000
@@ -1077,7 +1077,7 @@
     (collect s)))
 
 (defun frequencies (seq &key (test 'eql))
-  "Return a hash table containing the freqeuencies of the items in `seq`.
+  "Return a hash table containing the frequencies of the items in `seq`.
 
   Uses `test` for the `:test` of the hash table.