Fix missing parenthesis

This commit is contained in:
Juho Teperi 2020-01-15 09:40:01 +02:00
parent ced4a18aaa
commit 9a7372d8ec
1 changed files with 1 additions and 1 deletions

View File

@ -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))