Skip to content

Commit a668fe0

Browse files
remove repeated words
1 parent d36dd9e commit a668fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-03-31-swift-6.1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ let messages = await withTaskGroup { group in
7171
}
7272
```
7373

74-
The approachability of data-race safety remains an area of active development; you can find an overview of the approach in the [vision document for improving the approachability of data-race safety](https://github.com/swiftlang/swift-evolution/blob/main/visions/approachable-concurrency.md). Many Swift Evolution proposals implementing the features described in the vision document are under active review, and your feedback will help shape will help shape these improvements.
74+
The approachability of data-race safety remains an area of active development; you can find an overview of the approach in the [vision document for improving the approachability of data-race safety](https://github.com/swiftlang/swift-evolution/blob/main/visions/approachable-concurrency.md). Many Swift Evolution proposals implementing the features described in the vision document are under active review, and your feedback will help shape these improvements.
7575

7676
### Implementing Objective-C types in Swift
7777

0 commit comments

Comments
 (0)