Improve comment

This commit is contained in:
Mike Thompson 2016-08-03 17:30:46 +10:00
parent 5c3830b992
commit 3e203c6650
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@
{:coeffects {:event event
:db <original contents of app-db>}
:effects {:db <new value for app-db>}
:effects {:db <new value for app-db>
:dispatch [:something]} ;; example of other effects
:queue <a collection of further interceptors>
:stack <a collection of interceptors already walked>}