Skip to content

Commit 5af6f6d

Browse files
Update _posts/NNNN-NN-NN-swift-5.10-released.md
Co-authored-by: James Dempsey <[email protected]>
1 parent 235121a commit 5af6f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/NNNN-NN-NN-swift-5.10-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can find more details about the changes and additions to the full data isola
5454

5555
Swift 5.10 introduces a new `nonisolated(unsafe)` keyword to opt out of actor isolation checking for stored properties and variables. `nonisolated(unsafe)` can be used on any form of storage, including stored properties, local variables, and static or global variables.
5656

57-
`nonisolated(unsafe)` can be used as a more granular opt out for `Sendable` checking, eliminating the need for `@unchecked Sendable` wrapper types in many use cases:
57+
`nonisolated(unsafe)` can be used as a more granular opt-out for `Sendable` checking, eliminating the need for `@unchecked Sendable` wrapper types in many use cases:
5858

5959
```swift
6060
import Dispatch

0 commit comments

Comments
 (0)