Skip to content

Commit

Permalink
Add missing character and clarify meaning in dominoes-30k
Browse files Browse the repository at this point in the history
  • Loading branch information
alaq authored and mike-thompson-day8 committed Jul 19, 2020
1 parent 6f565f2 commit b6ea44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dominoes-30k.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ what effect handlers do. They change the world. They are not pure functions.

Now, you don't need to ever register an effects handler for `:db`
because re-frame supplies one built in. re-frame manages `app-db` and so it
will look after an changes (effects) to it.
will look for any changes (effects) to it.

But if, instead, `h` had returned:
```clj
Expand Down

0 comments on commit b6ea44e

Please sign in to comment.