Skip to content

Commit

Permalink
make explain-out public
Browse files Browse the repository at this point in the history
same as Clojure 8f118b1f
  • Loading branch information
dnolen committed Jun 17, 2016
1 parent 9a7cdbe commit b81bfb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/cljs/spec.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
[spec x]
(explain-data* spec [] (if-let [name (spec-name spec)] [name] []) [] x))

(defn- explain-out
(defn explain-out
"prints an explanation to *out*."
[ed]
(if ed
Expand Down

0 comments on commit b81bfb8

Please sign in to comment.