Improve comment

This commit is contained in:
Mike Thompson 2016-07-26 11:42:02 +10:00
parent 2ac221828a
commit e47caa2f34

View File

@ -38,7 +38,7 @@
;; -- Standard Builtin Effects Handlers --------------------------------------
(defn dispatch-helper
"There are cases where eitherone event is to be dipatch "
"There are cases where either one event is to be dipatched or a list of them"
[effect]
(cond
(vector? effect) (dispatch effect)