diff --git a/CHANGELOG.md b/CHANGELOG.md index dc94b05672ad6..c3eea8c2db9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -709,7 +709,7 @@ Swift 5.5 } - func hadWithdrawlOn(_ day: Date, from acct: BankAccount) async -> Bool { + func hadWithdrawalOn(_ day: Date, from acct: BankAccount) async -> Bool { return await !acct[day].allSatisfy { $0.amount >= Amount.zero } // ^~~~~~~~~ this access is async } @@ -2684,7 +2684,7 @@ Swift 3.1 result in a compilation error. Examples of functions that "return twice" include `vfork` and `setjmp`. - These functions change the control flow of a program in ways that that Swift + These functions change the control flow of a program in ways that Swift has never supported. For example, definitive initialization of variables, a core Swift language feature, could not be guaranteed when these functions were used. @@ -8994,7 +8994,7 @@ Swift 1.0 [SE-0107]: [SE-0108]: [SE-0109]: -[SE-0110]: +[SE-0110]: [SE-0111]: [SE-0112]: [SE-0113]: