Skip to content

Commit 680682f

Browse files
committed
[docs] Update educational note for accuracy about Error requirements
1 parent b1c4951 commit 680682f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userdocs/diagnostics/protocol-type-non-conformance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Currently, even if a protocol `P` requires no initializers or static members, th
5454

5555
## Exceptions
5656

57-
The Swift protocol `Error` has no required members and, when used as a type, conforms to itself; `@objc` protocols with no static requirements can also be used as types that conform to themselves.
57+
When used as a type, the Swift protocol `Error` conforms to itself; `@objc` protocols with no static requirements can also be used as types that conform to themselves.
5858

5959
## Alternatives
6060

0 commit comments

Comments
 (0)