diff --git a/src/reagent/ratom.cljs b/src/reagent/ratom.cljs index fe565be..06d4f1b 100644 --- a/src/reagent/ratom.cljs +++ b/src/reagent/ratom.cljs @@ -323,7 +323,7 @@ (str "src must be a reactive atom or a function, not " (pr-str src) " while attempting to get path: " - (pr-str path)) + (pr-str path))) (->RCursor src path nil nil nil))