Skip to content

Commit 8badb5f

Browse files
committed
[Changelog] Tweak changelog entry
1 parent 1720799 commit 8badb5f

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
@@ -28,8 +28,8 @@ Swift Next
2828

2929
* [SR-8974][]:
3030

31-
Duplicate tuple element labels are no longer allowed, as they lead to
32-
undefined behavior. For example:
31+
Duplicate tuple element labels are no longer allowed, because it leads
32+
to incorrect behavior. For example:
3333

3434
```
3535
let dupLabels: (foo: Int, foo: Int) = (foo: 1, foo: 2)

0 commit comments

Comments
 (0)