Merge pull request #133 from kamn/develop
Added a space to make list in README.md appear
This commit is contained in:
commit
67a6436843
|
@ -1019,6 +1019,7 @@ Second, remind yourself that the `combining function` of a `reduce` takes two pa
|
||||||
2. the next collection member to fold in.
|
2. the next collection member to fold in.
|
||||||
|
|
||||||
Then notice that event handlers take two parameters too:
|
Then notice that event handlers take two parameters too:
|
||||||
|
|
||||||
1. the current state of `app-db`
|
1. the current state of `app-db`
|
||||||
2. the next item to fold in.
|
2. the next item to fold in.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue