Skip to content
Snippets Groups Projects
Commit b2d51d07 authored by Cam Saul's avatar Cam Saul
Browse files

fix typo

parent 33fc1fb3
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
A hook is simply an atom storing a set of functions that you can run at any time with `run-hook`." A hook is simply an atom storing a set of functions that you can run at any time with `run-hook`."
[hook-name & [docstr?]] [hook-name & [docstr?]]
{:arglists '([hook-name docstr?])} {:arglists '([hook-name docstr?])}
`(defonce ~(vary-meta hook-name `(defonce ~(vary-meta hook-name assoc
:doc docstr? :doc docstr?
:type ::hook) :type ::hook)
(atom #{}))) (atom #{})))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment