Skip to content

Commit b54f27e

Browse files
committed
CLJS-1655: cljs.spec: conformer docstring indicates :clojure.spec/invalid
1 parent 868c6e4 commit b54f27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/spec.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233

234234
(defmacro conformer
235235
"takes a predicate function with the semantics of conform i.e. it should return either a
236-
(possibly converted) value or :clojure.spec/invalid, and returns a
236+
(possibly converted) value or :cljs.spec/invalid, and returns a
237237
spec that uses it as a predicate/conformer. Optionally takes a
238238
second fn that does unform of result of first"
239239
([f] `(cljs.spec/spec-impl '~f ~f nil true))

0 commit comments

Comments
 (0)