Skip to content

Commit c5e6612

Browse files
fix typos in 0414-region-based-isolation.md
1 parent 1922237 commit c5e6612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0414-region-based-isolation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,9 +1723,9 @@ resulting in a race against a write in the closure.
17231723
## Source compatibility
17241724

17251725
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,
1726+
change the static isolation in the implementation of a `nonisolated` function,
17271727
such as `assumeIsolated`, because values can become referenced by actor-isolated
1728-
state without any indication in the funciton signature:
1728+
state without any indication in the function signature:
17291729

17301730
```swift
17311731
class NonSendable {}

0 commit comments

Comments
 (0)