Skip to content

Commit 7e3d7aa

Browse files
spelling fix in docs CLJ-1055
1 parent 83ebf81 commit 7e3d7aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/clj/clojure/core.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@
18581858
18591859
:error-mode mode-keyword
18601860
1861-
If metadata-map is supplied, it will be come the metadata on the
1861+
If metadata-map is supplied, it will become the metadata on the
18621862
agent. validate-fn must be nil or a side-effect-free fn of one
18631863
argument, which will be passed the intended new state on any state
18641864
change. If the new state is unacceptable, the validate-fn should
@@ -2067,7 +2067,7 @@
20672067
:min-history (default 0)
20682068
:max-history (default 10)
20692069
2070-
If metadata-map is supplied, it will be come the metadata on the
2070+
If metadata-map is supplied, it will become the metadata on the
20712071
ref. validate-fn must be nil or a side-effect-free fn of one
20722072
argument, which will be passed the intended new state on any state
20732073
change. If the new state is unacceptable, the validate-fn should
@@ -2116,7 +2116,7 @@
21162116
21172117
:validator validate-fn
21182118
2119-
If metadata-map is supplied, it will be come the metadata on the
2119+
If metadata-map is supplied, it will become the metadata on the
21202120
atom. validate-fn must be nil or a side-effect-free fn of one
21212121
argument, which will be passed the intended new state on any state
21222122
change. If the new state is unacceptable, the validate-fn should

0 commit comments

Comments
 (0)