Skip to content

Commit 5ff1fa1

Browse files
authored
[SE-0461] Fix typo (#2834)
1 parent 2668f20 commit 5ff1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0461-async-function-isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ actor MyActor {
288288
In the above code, the call to `x.performAsync()` continues running on the
289289
`self` actor instance. The code does not produce a data-race safety error,
290290
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
291+
words, the arguments are not sent across an isolation boundary when calling
292292
`performAsync` by default.
293293

294294
This behavior is accomplished by implicitly passing an optional actor parameter

0 commit comments

Comments
 (0)