Merge pull request #373 from Grahack/patch-6

Formatting in Coeffects.md: new line was missing
This commit is contained in:
Mike Thompson 2017-07-16 19:37:11 +10:00 committed by GitHub
commit 8f7f68b807

View File

@ -169,6 +169,7 @@ handler function that injects the right key/value pair.
The function you register will be passed two arguments:
- a `:coeffects` map (to which it should add a key/value pair), and
- optionally, the additional value supplied to `inject-cofx`
and it is expected to return a modified `:coeffects` map.
### Example Of `reg-cofx`