Skip to content

Commit 5cc1424

Browse files
ccbrownleebyron
authored andcommitted
values of correct type grammar fix (#603)
1 parent 663a18b commit 5cc1424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ and {Sentient}.
12731273
Literal values must be compatible with the type expected in the position they
12741274
are found as per the coercion rules defined in the Type System chapter.
12751275

1276-
The type expected in a position include the type defined by the argument a value
1276+
The type expected in a position includes the type defined by the argument a value
12771277
is provided for, the type defined by an input object field a value is provided
12781278
for, and the type of a variable definition a default value is provided for.
12791279

0 commit comments

Comments
 (0)