Skip to content

Commit c65a206

Browse files
[Gardening] correct indentation of SE-0111 changelog entry (#35078)
1 parent c35b567 commit c65a206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ using the `.dynamicType` member to retrieve the type of an expression should mig
19891989
doSomething(x: 0, y: 0) // argument labels are required
19901990
```
19911991

1992-
Unapplied references to functions or initializers no longer carry argument labels. For example:
1992+
Unapplied references to functions or initializers no longer carry argument labels. For example:
19931993

19941994
```swift
19951995
let f = doSomething(x:y:) // inferred type is now (Int, Int) -> Void

0 commit comments

Comments
 (0)