Skip to content

Commit 65980bd

Browse files
committed
Tweak CHANGELOG.md
1 parent f6187e5 commit 65980bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ Swift Next
4949

5050
* [SR-75][]:
5151

52-
Unapplied references to protocol methods methods are now supported. Previously this
52+
Unapplied references to protocol methods are now supported. Previously this
5353
only worked for methods defined in structs, enums and classes.
5454

5555
```swift
5656
protocol Cat {
5757
func play(catToy: Toy)
5858
}
5959

60-
let fn = Cat.play
60+
let fn = Cat.play(catToy:)
6161
fn(myCat)(myToy)
6262
```
6363

0 commit comments

Comments
 (0)