Skip to content

Commit 78fd3b7

Browse files
authored
Merge pull request #682 from stig/patch-1
Fix typo in core-async rationale: macro <<! should be <!!
2 parents 19df15d + 9aaf072 commit 78fd3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/news/2013/06/28/clojure-clore-async-channels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ There are analogous operations for use on ordinary threads - http://clojure.gith
5757

5858
=== Mixing modes
5959

60-
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.
60+
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.
6161

6262
=== alt
6363

0 commit comments

Comments
 (0)