Skip to content

Commit 07e70e4

Browse files
committed
typo in walkthrough
1 parent 27ac1e2 commit 07e70e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/walkthrough.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
;; done with `alts!!` (ordinary threads) or `alts!` in go blocks.
6969

7070
;; We can create a background thread with alts that combines inputs on
71-
;; either of two channels. `alts!!` takes either a set of operations
72-
;; to perform - either a channel to take from a [channel value] to put
71+
;; either of two channels. `alts!!` takes a set of operations
72+
;; to perform - either a channel to take from or a [channel value] to put
7373
;; and returns the value (nil for put) and channel that succeeded:
7474

7575
(let [c1 (chan)

0 commit comments

Comments
 (0)