change name from `do-effects` to `do-fx`. More consistent.

This commit is contained in:
Mike Thompson 2016-08-16 12:24:23 +10:00
parent c50ba86cd4
commit 98d01a7c84
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
;; -- Interceptor -------------------------------------------------------------
(def do-effects
(def do-fx
"An interceptor which actions a `context's` (side) `:effects`.
For each key in the `:effects` map, call the `effects handler` previously
@ -30,7 +30,7 @@
call the registered effects handlers for each of the map's keys:
`:dispatch`, `:undo` and `:db`."
(->interceptor
:name :do-effects
:name :do-fx
:after (fn do-effects-after
[context]
(->> (:effects context)