Skip to content

Commit f2aaa2a

Browse files
committed
CLJS-3028: atom docstring typo
"be come" should be "become", same as CLJ-1055
1 parent 5a52244 commit f2aaa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4441,7 +4441,7 @@ reduces them without incurring seq initialization"
44414441
44424442
:validator validate-fn
44434443
4444-
If metadata-map is supplied, it will be come the metadata on the
4444+
If metadata-map is supplied, it will become the metadata on the
44454445
atom. validate-fn must be nil or a side-effect-free fn of one
44464446
argument, which will be passed the intended new state on any state
44474447
change. If the new state is unacceptable, the validate-fn should

0 commit comments

Comments
 (0)