Fix typo pointed out by @btheado cond -> conp

This commit is contained in:
mike-thompson-day8 2015-03-01 09:06:54 +11:00
parent 1d2ffb0d4f
commit 3c43bd3cf4

View File

@ -51,7 +51,7 @@
(if (satisfies? IReactiveAtom db)
(str "re-frame: \"path\" used in middleware, without prior \"pure\"."))
(if-not (vector? p)
(warn "re-frame: \"path\" expected a vector, got: " v))
(warn "re-frame: \"path\" expected a vector, got: " p))
(assoc-in db p (handler (get-in db p) v)))))