@@ -813,7 +813,7 @@ Swift 5.5
813
813
}
814
814
815
815
816
- func hadWithdrawlOn (_ day : Date, from acct : BankAccount) async -> Bool {
816
+ func hadWithdrawalOn (_ day : Date, from acct : BankAccount) async -> Bool {
817
817
return await ! acct[day].allSatisfy { $0 .amount >= Amount.zero }
818
818
// ^~~~~~~~~ this access is async
819
819
}
@@ -2788,7 +2788,7 @@ Swift 3.1
2788
2788
result in a compilation error.
2789
2789
2790
2790
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
2792
2792
has never supported. For example, definitive initialization of variables,
2793
2793
a core Swift language feature, could not be guaranteed when these functions
2794
2794
were used.
@@ -9098,7 +9098,7 @@ Swift 1.0
9098
9098
[SE- 0107 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0107-unsaferawpointer.md>
9099
9099
[SE- 0108 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0108-remove-assoctype-inference.md>
9100
9100
[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>
9102
9102
[SE- 0111 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0111-remove-arg-label-type-significance.md>
9103
9103
[SE- 0112 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0112-nserror-bridging.md>
9104
9104
[SE- 0113 ]: < https: // github.com/apple/swift-evolution/blob/main/proposals/0113-rounding-functions-on-floatingpoint.md>
0 commit comments