Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed Apr 16, 2024
1 parent 405734c commit 2c78eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ for _ in (0..<20) {
// receive from a and print it
receive(a) { print($0!) }
// send "b" to b
send(b, "b")
send("b", to: b)
// if both a and b suspend, print "NONE"
none {
print("NONE")
Expand Down

0 comments on commit 2c78eb2

Please sign in to comment.