Fix #31
This commit is contained in:
parent
158bc56d4a
commit
e5529d52d4
|
@ -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)
|
||||
|
|
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue