Skip to content

Commit

Permalink
spelling fix in docs CLJ-1055
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthalloway committed Sep 17, 2012
1 parent 83ebf81 commit 7e3d7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clj/clojure/core.clj
Expand Up @@ -1858,7 +1858,7 @@
:error-mode mode-keyword
If metadata-map is supplied, it will be come the metadata on the
If metadata-map is supplied, it will become the metadata on the
agent. validate-fn must be nil or a side-effect-free fn of one
argument, which will be passed the intended new state on any state
change. If the new state is unacceptable, the validate-fn should
Expand Down Expand Up @@ -2067,7 +2067,7 @@
:min-history (default 0)
:max-history (default 10)
If metadata-map is supplied, it will be come the metadata on the
If metadata-map is supplied, it will become the metadata on the
ref. validate-fn must be nil or a side-effect-free fn of one
argument, which will be passed the intended new state on any state
change. If the new state is unacceptable, the validate-fn should
Expand Down Expand Up @@ -2116,7 +2116,7 @@
:validator validate-fn
If metadata-map is supplied, it will be come the metadata on the
If metadata-map is supplied, it will become the metadata on the
atom. validate-fn must be nil or a side-effect-free fn of one
argument, which will be passed the intended new state on any state
change. If the new state is unacceptable, the validate-fn should
Expand Down

0 comments on commit 7e3d7aa

Please sign in to comment.