Skip to content

Commit 8682a86

Browse files
authored
Fix 'response error' -> 'request error' (#1016)
1 parent feac5a5 commit 8682a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ The value for an input object should be an input object literal or an unordered
16311631
map supplied by a variable, otherwise a _request error_ must be raised. In
16321632
either case, the input object literal or unordered map must not contain any
16331633
entries with names not defined by a field of this input object type, otherwise a
1634-
response error must be raised.
1634+
request error must be raised.
16351635

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

0 commit comments

Comments
 (0)