typo correction

This commit is contained in:
Mike Thompson 2016-08-28 10:07:24 +10:00
parent bc17c44c73
commit 2d15246b4d

View File

@ -149,7 +149,7 @@ In my defence, here's the builtin effect handler for `:db`:
(reset! re-frame.db/app-db value)))
```
So, yeah, simple ... and, because of it, I an almost guarantee there's no bug in ... bang, crash, smoke, flames.
So, yeah, simple ... and, because of it, I can almost guarantee there's no bug in ... bang, crash, smoke, flames.
> Note: the return value of an effect handler is ignored.