Readme: fix what h should have returned

Maybe I'm wrong. I'm just trying to understand the cycle.
This commit is contained in:
Prof Gra 2017-07-13 13:59:56 +02:00 committed by GitHub
parent fa081e8b26
commit 99b95f9225
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ An `effect handler` (function) actions the `effects` returned by `h`.
Here's what `h` returned:
```clj
{:db (dissoc-in db [:items item-id])}
{:db (dissoc-in db [:items 2486])}
```
Each key of the map identifies one kind
of `effect`, and the value for that key supplies further details.