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 868c6e4 commit b54f27eCopy full SHA for b54f27e
src/main/cljs/cljs/spec.cljc
@@ -233,7 +233,7 @@
233
234
(defmacro conformer
235
"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
+ (possibly converted) value or :cljs.spec/invalid, and returns a
237
spec that uses it as a predicate/conformer. Optionally takes a
238
second fn that does unform of result of first"
239
([f] `(cljs.spec/spec-impl '~f ~f nil true))
0 commit comments