Skip to content

Commit c2fbded

Browse files
anmonteirodnolen
authored andcommitted
CLJS-1983: res -> mres in spec.cljs
1 parent 21da03e commit c2fbded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/cljs/cljs/spec.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@
907907
(gen/vector pgen 0 gen-max))))))))
908908

909909
(with-gen* [_ gfn] (every-impl form pred opts gfn))
910-
(describe* [_] (c/or describe-form `(every ~(s/res form) ~@(mapcat identity opts))))))))
910+
(describe* [_] (c/or describe-form `(every ~(s/mres form) ~@(mapcat identity opts))))))))
911911

912912
;;;;;;;;;;;;;;;;;;;;;;; regex ;;;;;;;;;;;;;;;;;;;
913913
;;See:

0 commit comments

Comments
 (0)