Correct doc reference to handlers/register-base

This commit is contained in:
Markus Bertheau 2016-01-22 13:38:36 +01:00 committed by Daniel Compton
parent 1ceb5acc63
commit 4822688a62

View File

@ -18,7 +18,7 @@
You don't have to use this middleware directly. It is automatically applied to
your handler's middleware when you use \"register-handler\".
In fact, the only way to by-pass automatic use of \"pure\" in your middleware
is to use the low level registration function \"re-frame.handlers/register-handler-base\""
is to use the low level registration function \"re-frame.handlers/register-base\""
[handler]
(fn pure-handler
[app-db event-vec]