Skip to content

Commit afcb040

Browse files
benjiemartinbonnin
authored andcommitted
Fix choice of language used in algorithm (graphql#1134)
1 parent 140c3da commit afcb040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ Type : Name
12541254

12551255
- Let {name} be the string value of {Name}.
12561256
- Let {type} be the type defined in the Schema named {name}.
1257-
- {type} must not be {null}.
1257+
- {type} must exist.
12581258
- Return {type}.
12591259

12601260
Type : [ Type ]

0 commit comments

Comments
 (0)