mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Improve comment
This commit is contained in:
parent
2ac221828a
commit
e47caa2f34
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user