Skip to content

Commit a206668

Browse files
committed
Use a list for clearer formatting.
1 parent 6b97339 commit a206668

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Swift Next
4343
adder(10) // returns 13, same as `adder.callAsFunction(10)`
4444
```
4545

46-
`func callAsFunction` argument labels are required at call sites.
47-
Multiple `func callAsFunction` methods on a single type are supported.
48-
`mutating func callAsFunction` is supported.
49-
`func callAsFunction` works with `throws` and `rethrows`.
50-
`func callAsFunction` works with trailing closures.
46+
* `func callAsFunction` argument labels are required at call sites.
47+
* Multiple `func callAsFunction` methods on a single type are supported.
48+
* `mutating func callAsFunction` is supported.
49+
* `func callAsFunction` works with `throws` and `rethrows`.
50+
* `func callAsFunction` works with trailing closures.
5151

5252
* [SR-4206][]:
5353

0 commit comments

Comments
 (0)