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.
2 parents 2512b4e + c83feb7 commit f34950eCopy full SHA for f34950e
proposals/0414-region-based-isolation.md
@@ -610,7 +610,7 @@ func nonIsolatedCaller(_ x: NonSendable) async {
610
```
611
612
In the example above, `x` is in a task isolated region. Since
613
-`nonIsolatedCallee` will execute on the same task as `nonIsolatedCallee`, they
+`nonIsolatedCallee` will execute on the same task as `nonIsolatedCaller`, they
614
are in the same isolation domain and a transfer does not occur. In contrast,
615
`transferToMainActor` is in a different isolation domain so passing `x` to it is
616
a transfer resulting in an error.
0 commit comments