Skip to content

Commit d90c87c

Browse files
authored
Fix 'response error' -> 'request error'
1 parent 4e93488 commit d90c87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ The value for an input object should be an input object literal or an unordered
16241624
map supplied by a variable, otherwise a _request error_ must be raised. In
16251625
either case, the input object literal or unordered map must not contain any
16261626
entries with names not defined by a field of this input object type, otherwise a
1627-
response error must be raised.
1627+
request error must be raised.
16281628

16291629
The result of coercion is an unordered map with an entry for each field both
16301630
defined by the input object type and for which a value exists. The resulting map

0 commit comments

Comments
 (0)