Skip to content

Commit 0bf8026

Browse files
committed
docstring updates
1 parent 894a92a commit 0bf8026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/clojure/clojure/core/async.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ service instance according to the following:
3030
:compute - must not ever block
3131
:mixed - anything else
3232
33-
In leiu of returning an object, the factory may return nil to signal
33+
In lieu of returning an object, the factory may return nil to signal
3434
to core.async to construct an instance instead.
3535
36-
A user-defined ExecutorService factory may additionally accept a
37-
tag :core-async-dispatch and return a specialized core.async
36+
A user-defined factory may additionally accept a tag
37+
:core-async-dispatch and return a specialized core.async
3838
dispatch executor service. If returning nil, core.async will
3939
use the :io executor service (which may be handled by the
4040
user factory)."

0 commit comments

Comments
 (0)