Skip to content

Commit 387ae34

Browse files
committed
CLJS-2842: [spec] Clarify s/every docstring for :kind
1 parent 1261aed commit 387ae34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/spec/alpha.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
229229
Takes several kwargs options that further constrain the collection:
230230
231-
:kind - a pred/spec that the collection type must satisfy, e.g. vector?
231+
:kind - a pred that the collection type must satisfy, e.g. vector?
232232
(default nil) Note that if :kind is specified and :into is
233233
not, this pred must generate in order for every to generate.
234234
:count - specifies coll has exactly this count (default nil)

0 commit comments

Comments
 (0)