Skip to content

Commit e5e9ecc

Browse files
committed
CLJS-1667: bad describe* for and-spec-impl
1 parent 1dab2d6 commit e5e9ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/spec.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@
642642
(explain* [_ path via in x] (explain-pred-list forms preds path via in x))
643643
(gen* [_ overrides path rmap] (if gfn (gfn) (gensub (first preds) overrides path rmap (first forms))))
644644
(with-gen* [_ gfn] (and-spec-impl forms preds gfn))
645-
(describe* [_] `(s/and ~@forms))))
645+
(describe* [_] `(and ~@forms))))
646646

647647
;;;;;;;;;;;;;;;;;;;;;;; regex ;;;;;;;;;;;;;;;;;;;
648648
;;See:

0 commit comments

Comments
 (0)