Skip to content

Commit d2c9263

Browse files
authored
Typo: 0418-inferring-sendable-for-methods.md
Correct a minor typo.
1 parent 6be2469 commit d2c9263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0418-inferring-sendable-for-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When referencing a method *without* partially applying it to the object instanc
3131

3232

3333
```swift
34-
let unapplied: (T) -> (() -> Void) = S.f
34+
let unapplied: (S) -> (() -> Void) = S.f
3535
```
3636

3737

0 commit comments

Comments
 (0)