improve comment

This commit is contained in:
mike-thompson-day8 2015-03-05 10:40:21 +11:00
parent d49bb49fd3
commit a7f5aca490
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
(defn subscribe
"returns a reagent/reaction which observes a part of the "
"returns a reagent/reaction which observes a part of app-db"
[v]
(let [key-v (first-in-vector v)
handler-fn (get @key->fn key-v)]