Skip to content

Commit 97c3e1d

Browse files
authored
Merge pull request #2255 from apple/jaredgrubb-patch-1
Typo: 0418-inferring-sendable-for-methods.md
2 parents 6be2469 + d2c9263 commit 97c3e1d

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)