Skip to content

Commit 27046fc

Browse files
mfikesswannodette
authored andcommitted
CLJS-1442: self-host: Typos in cb docstring cljs.js/eval
Change to "will" Change to use phrase "a key :foo"
1 parent 371d590 commit 27046fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/js.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@
570570
571571
cb (function)
572572
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
573+
a key :value with the result of evalution. If unsuccessful the map will
574+
contain a key :error with an ex-info instance describing the cause of
575575
failure."
576576
([state form cb]
577577
(eval state form nil cb))

0 commit comments

Comments
 (0)