We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1261aed commit 387ae34Copy full SHA for 387ae34
src/main/cljs/cljs/spec/alpha.cljc
@@ -228,7 +228,7 @@
228
229
Takes several kwargs options that further constrain the collection:
230
231
- :kind - a pred/spec that the collection type must satisfy, e.g. vector?
+ :kind - a pred that the collection type must satisfy, e.g. vector?
232
(default nil) Note that if :kind is specified and :into is
233
not, this pred must generate in order for every to generate.
234
:count - specifies coll has exactly this count (default nil)
0 commit comments