mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 15:28:09 +00:00
Fix typo pointed out by @btheado cond -> conp
This commit is contained in:
parent
1d2ffb0d4f
commit
3c43bd3cf4
@ -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)))))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user