Skip to content

Commit 098296a

Browse files
committed
Update NNNN-type-self-omission.md
1 parent a7adfae commit 098296a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NNNN-type-self-omission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Here is the initial [Bug Report](https://bugs.swift.org/browse/SR-899) that led
1313

1414
## Motivation
1515

16-
`.self` is unnecessary and can clutter a clean API.
16+
Inconsistencies in the requirement of `.self` are confusing to developers. Additionally, the `.self` requirement is unnecessary given Swift's robust type safety and can clutter a clean API.
1717

18-
Take the following example of a web framework built in Swift.
18+
Take the following example of a web framework built in Swift.
1919

2020
### Desired Code
2121

0 commit comments

Comments
 (0)