Skip to content

Commit

Permalink
coercibility -> coercible to pass spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 9, 2025
1 parent 14e7c91 commit 7d9baa9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1320,9 +1320,8 @@ which may be a variable usage. The
validation rule ensures that each {variableUsage} is of a type allowed in its
position. The [Coercing Variable Values](#sec-Coercing-Variable-Values)
algorithm ensures runtime values for variables coerce correctly. Therefore, for
the purposes of the coercibility assertion in this validation rule, we can
assume the runtime value of each {variableUsage} is valid for usage in its
position.
the purposes of the "coercible" assertion in this validation rule, we can assume
the runtime value of each {variableUsage} is valid for usage in its position.

The type expected in a position includes the type defined by the argument a
value is provided for, the type defined by an input object field a value is
Expand Down

0 comments on commit 7d9baa9

Please sign in to comment.