Skip to content

Commit

Permalink
removed one more fn from core docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slagyr committed Mar 10, 2015
1 parent ae7b4a7 commit a62a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/speclj/core.clj
Expand Up @@ -106,7 +106,7 @@
[context & body]
`(speclj.components/new-around-all (fn ~context ~@body)))

(defn -make-with [name body ctor bang?]
(defn ^:no-doc -make-with [name body ctor bang?]
(let [var-name (with-meta (symbol name) {:dynamic true})
munged-name (if cljs?
(with-meta
Expand Down

0 comments on commit a62a1a3

Please sign in to comment.