Skip to content

Commit 7cc871b

Browse files
committed
c.a ns docstring changes
1 parent c3295f3 commit 7cc871b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The set of contexts may grow in the future so the function should
4343
return nil for unexpected contexts. In the case where system
4444
properties are set to enable the use of virtual threads (see below)
4545
core.async will ignore the cutom executor for :io workloads and
46-
instead use its default Executor to construct virtual threads for
46+
instead use its default Executor to construct virtual threads for
4747
:io. When this circumstance occurs a warning will be printed.
4848
4949
Use the Java system property `clojure.core.async.vthreads` to control
@@ -71,7 +71,7 @@ There are caveats in setting the jdk.trackAllThreads property to false and it's
7171
advised to understand the implications of doing so and the tradeoffs involved
7272
compared to using virtual threads.
7373
74-
Note: Even when targetting virtual threads, existing IOC compiled go blocks
74+
Note: Even when targeting virtual threads, existing IOC compiled go blocks
7575
from older core.async versions continue to work (we retain and load the IOC state
7676
machine runtime - this does not require the analyzer), and you can interact with
7777
the same channels from both IOC and vthread code.

0 commit comments

Comments
 (0)