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 1f4b75f + c5e6612 commit fb76b84Copy full SHA for fb76b84
proposals/0414-region-based-isolation.md
@@ -1723,9 +1723,9 @@ resulting in a race against a write in the closure.
1723
## Source compatibility
1724
1725
Region-based isolation opens up a new data-race safety hole when using APIs
1726
-change the static isolation in the implementation of a `nonisolated` funciton,
+change the static isolation in the implementation of a `nonisolated` function,
1727
such as `assumeIsolated`, because values can become referenced by actor-isolated
1728
-state without any indication in the funciton signature:
+state without any indication in the function signature:
1729
1730
```swift
1731
class NonSendable {}
0 commit comments