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 0c8f816 commit 405734c
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
tx(b, "b")
send(b, "b")
// if both a and b suspend, print "NONE"
none {
print("NONE")
Expand Down

0 comments on commit 405734c

Please sign in to comment.