Skip to content

Commit cc52603

Browse files
authored
[SE-0317] fix minor typo (#2779)
1 parent 02f4c7b commit cc52603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0317-async-let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func asynchronous() async {
148148
and inside asynchronous closures:
149149

150150
```swift
151-
func callMe(_ maybe: () async -> String) async -> String
151+
func callMe(_ maybe: () async -> String) async -> String {
152152
return await maybe()
153153
}
154154

0 commit comments

Comments
 (0)