Skip to content

Commit 9a5f88b

Browse files
benjieleebyron
andauthored
Avoid negative, don't refer to directive
Co-authored-by: Lee Byron <[email protected]>
1 parent aade51b commit 9a5f88b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,8 +947,7 @@ IsValidImplementation(type, implementedType):
947947
2. Let {implementedFieldType} be the return type of {implementedField}.
948948
3. {IsValidImplementationFieldType(fieldType, implementedFieldType)} must
949949
be {true}.
950-
6. If the `@deprecated` directive is not applied to {implementedField}, then
951-
the `@deprecated` directive must not be applied to {field}.
950+
6. If {field} is deprecated then {implementedField} must also be deprecated.
952951

953952
IsValidImplementationFieldType(fieldType, implementedFieldType):
954953

0 commit comments

Comments
 (0)