We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2668f20 commit 5ff1fa1Copy full SHA for 5ff1fa1
proposals/0461-async-function-isolation.md
@@ -288,7 +288,7 @@ actor MyActor {
288
In the above code, the call to `x.performAsync()` continues running on the
289
`self` actor instance. The code does not produce a data-race safety error,
290
because the `NotSendable` instance `x` does not leave the actor. In other
291
-words, the arguments are not send across an isolation boundary when calling
+words, the arguments are not sent across an isolation boundary when calling
292
`performAsync` by default.
293
294
This behavior is accomplished by implicitly passing an optional actor parameter
0 commit comments