From 2c78eb29e66dc9f7c12eec44c85a635f02fdb025 Mon Sep 17 00:00:00 2001 From: Brian Floersch Date: Mon, 15 Apr 2024 21:30:40 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")