Skip to content
Snippets Groups Projects
Commit 5c900e6c authored by Michael Perez's avatar Michael Perez
Browse files

fix typo in events.clj

parent 8c97bbbd
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@
channel)
(defn subscribe-to-topics
"Convenience method for subscribing to series of topics against a single channel."
"Convenience method for subscribing to a series of topics against a single channel."
[topics channel]
{:pre [(coll? topics)]}
(loop [[topic & rest] (vec topics)]
......
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