Skip to content

Commit cd144c2

Browse files
anmonteirodnolen
authored and
dnolen
committed
CLJS-1749: Missing cljs.spec.impl.gen/double*
1 parent 862950d commit cd144c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/spec/impl/gen.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
(lazy-combinators hash-map list map not-empty set vector vector-distinct fmap elements
7070
bind choose one-of such-that tuple sample return
71-
large-integer*)
71+
large-integer* double*)
7272

7373
(lazy-prims any any-printable boolean char char-alpha char-alphanumeric char-ascii double
7474
int keyword keyword-ns large-integer ratio simple-type simple-type-printable

0 commit comments

Comments
 (0)