Skip to content

Commit 5bc2c47

Browse files
authored
[Changelog] Rephrase the changelog text based on PR feedback
1 parent c319353 commit 5bc2c47

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-4206][]:
3030

31-
Overriden methods are no longer allowed to have a different generic
32-
signature compared to the base method. For example:
31+
A method override is no longer allowed to have a generic signature with
32+
requirements not imposed by the base method. For example:
3333

3434
```
3535
protocol P {}

0 commit comments

Comments
 (0)