Merge pull request #203 from tomasd/patch-2

typo fix
This commit is contained in:
Mike Thompson 2016-08-25 00:32:54 +10:00 committed by GitHub
commit 3a8c03cf5e
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ changing the `:event` value within the `:coeffects`.
`:event` will start off as `[:delete-item 42]`, but will end up `[42]`. `trim-event` will remove that `:event` will start off as `[:delete-item 42]`, but will end up `[42]`. `trim-event` will remove that
leading `:delete-item` because, by the time the event is leading `:delete-item` because, by the time the event is
being processed, we already know what id is has. being processed, we already know what id it has.
And, here it is: And, here it is:
```clj ```clj