Skip to content

Commit

Permalink
Typo in core/terminate (closes #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 27, 2021
1 parent 16bc6b5 commit 348de1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/github/humbleui/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(App/start))

(defn terminate []
(App/start))
(App/terminate))

(defmacro doui-async [& forms]
`(let [p# (promise)]
Expand Down

0 comments on commit 348de1f

Please sign in to comment.