We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371d590 commit 27046fcCopy full SHA for 27046fc
src/main/cljs/cljs/js.cljs
@@ -570,8 +570,8 @@
570
571
cb (function)
572
callback, will be invoked with a map. If successful the map will contain
573
- a :value key with the result of evalution. If unsuccessful the map wil
574
- contain a :error key with an ex-info instance describing the cause of
+ a key :value with the result of evalution. If unsuccessful the map will
+ contain a key :error with an ex-info instance describing the cause of
575
failure."
576
([state form cb]
577
(eval state form nil cb))
0 commit comments