Skip to content

Commit 9feceb2

Browse files
committed
consistent exists/must exist
1 parent 3effd4a commit 9feceb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,7 +2226,7 @@ SchemaCoordinate : Name . Name
22262226

22272227
1. Let {typeName} be the value of the first {Name}.
22282228
2. Let {type} be the type in the {schema} named {typeName}.
2229-
3. Assert {type} exists.
2229+
3. Assert {type} must exist.
22302230
4. If {type} is an Enum type:
22312231
5. Let {enumValueName} be the value of the second {Name}.
22322232
6. Let {enumValue} be the enum value of {type} named {enumValueName}.
@@ -2248,7 +2248,7 @@ SchemaCoordinate : Name . Name ( Name : )
22482248

22492249
1. Let {typeName} be the value of the first {Name}.
22502250
2. Let {type} be the type in the {schema} named {typeName}.
2251-
3. Assert {type} exists.
2251+
3. Assert {type} must exist.
22522252
4. Assert {type} must be an Object or Interface type.
22532253
5. Let {fieldName} be the value of the second {Name}.
22542254
6. Let {field} be the field of {type} named {fieldName}.

0 commit comments

Comments
 (0)