diff --git a/README.md b/README.md index f0494fc..f78479b 100644 --- a/README.md +++ b/README.md @@ -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")