Skip to content

Commit d36dd9e

Browse files
add missing space between words
1 parent 637febb commit d36dd9e

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
@@ -104,7 +104,7 @@ let subsequences = numbers.split(
104104

105105
In addition to improved development ergonomics, code generation tools like plugins and macros can be simplified, because generating a comma-separated list no longer needs a special condition for the last element.
106106

107-
You can find a complete list of language proposals that were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution)process and implemented in Swift 6 on the [Swift Evolution dashboard](/swift-evolution/#?version=6.1).
107+
You can find a complete list of language proposals that were accepted through the [Swift Evolution](https://github.com/swiftlang/swift-evolution) process and implemented in Swift 6 on the [Swift Evolution dashboard](/swift-evolution/#?version=6.1).
108108

109109
## Package and build improvements
110110

0 commit comments

Comments
 (0)