Skip to content

Commit 36530b6

Browse files
committed
Added note to README
1 parent 0c2a33e commit 36530b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Latest stable release: 0.1.4
3636
Example Usage
3737
========================================
3838

39+
The following functions take sequential collections
40+
(such as lists and vectors) as inputs. If you want
41+
to call a function on a set, you must explicitly
42+
call `seq` on the set first.
43+
3944
All functions return lazy sequences.
4045

4146
```clojure

0 commit comments

Comments
 (0)