@@ -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