Skip to content

Commit

Permalink
Merge pull request #682 from stig/patch-1
Browse files Browse the repository at this point in the history
Fix typo in core-async rationale: macro <<! should be <!!
  • Loading branch information
puredanger authored Jan 2, 2024
2 parents 19df15d + 9aaf072 commit 78fd3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/news/2013/06/28/clojure-clore-async-channels.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ There are analogous operations for use on ordinary threads - http://clojure.gith

=== Mixing modes

You can put on a channel from either flavor of `>!`/`>!!` and similarly take with either of `<!`/`<<!` in any combination, i.e. the channel is oblivious to the nature of the threads which use it.
You can put on a channel from either flavor of `>!`/`>!!` and similarly take with either of `<!`/`<!!` in any combination, i.e. the channel is oblivious to the nature of the threads which use it.

=== alt

Expand Down

0 comments on commit 78fd3b7

Please sign in to comment.