Correct spelling.

This commit is contained in:
Mike Thompson 2016-08-27 23:38:25 +10:00
parent b0c0aa54ab
commit 32336a20b5
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@
;; -- subscriptions
(defn reg-sub-raw
"Associate a `query id` with a given subscription handler fucntion `handler-fn`
"Associate a given `query id` with a given subscription handler fucntion `handler-fn`
which is expected to take two arguments: app-db and query vector, and return
a `recation`.
a `reaction`.
This is a low level, advanced function. You should probably be using re-sub
instead."