This commit is contained in:
mike-thompson-day8 2015-04-16 00:26:49 +10:00
parent 158bc56d4a
commit e5529d52d4
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@
### Other
- Fix a broken wiki link #32
- #32 - fix a broken wiki link
- #31 - Fix list formatting in README
## v0.3.0 (2015-04-15)

View File

@ -897,7 +897,7 @@ Collectively, event handlers provide the control logic in a re-frame application
An event handler is a pure function of two parameters:
1. current value in `app-db`. Note: that's the map **in** `app-db`, not the atom itself.
2 an event (represented as a vector)
2. an event (represented as a vector)
It returns the new value which should be reset! into `app-db`.