Skip to content

Commit 13b6fee

Browse files
authored
Spelling changelog (#42438)
* spelling: distinguish Signed-off-by: Josh Soref <[email protected]> * spelling: that Signed-off-by: Josh Soref <[email protected]> * spelling: withdrawal Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent 58dd343 commit 13b6fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ Swift 5.5
813813
}
814814

815815

816-
func hadWithdrawlOn(_ day: Date, from acct: BankAccount) async -> Bool {
816+
func hadWithdrawalOn(_ day: Date, from acct: BankAccount) async -> Bool {
817817
return await !acct[day].allSatisfy { $0.amount >= Amount.zero }
818818
// ^~~~~~~~~ this access is async
819819
}
@@ -2788,7 +2788,7 @@ Swift 3.1
27882788
result in a compilation error.
27892789

27902790
Examples of functions that "return twice" include `vfork` and `setjmp`.
2791-
These functions change the control flow of a program in ways that that Swift
2791+
These functions change the control flow of a program in ways that Swift
27922792
has never supported. For example, definitive initialization of variables,
27932793
a core Swift language feature, could not be guaranteed when these functions
27942794
were used.
@@ -9098,7 +9098,7 @@ Swift 1.0
90989098
[SE-0107]: <https://github.com/apple/swift-evolution/blob/main/proposals/0107-unsaferawpointer.md>
90999099
[SE-0108]: <https://github.com/apple/swift-evolution/blob/main/proposals/0108-remove-assoctype-inference.md>
91009100
[SE-0109]: <https://github.com/apple/swift-evolution/blob/main/proposals/0109-remove-boolean.md>
9101-
[SE-0110]: <https://github.com/apple/swift-evolution/blob/main/proposals/0110-distingish-single-tuple-arg.md>
9101+
[SE-0110]: <https://github.com/apple/swift-evolution/blob/main/proposals/0110-distinguish-single-tuple-arg.md>
91029102
[SE-0111]: <https://github.com/apple/swift-evolution/blob/main/proposals/0111-remove-arg-label-type-significance.md>
91039103
[SE-0112]: <https://github.com/apple/swift-evolution/blob/main/proposals/0112-nserror-bridging.md>
91049104
[SE-0113]: <https://github.com/apple/swift-evolution/blob/main/proposals/0113-rounding-functions-on-floatingpoint.md>

0 commit comments

Comments
 (0)