Skip to content

Commit d7173d1

Browse files
committed
sp
1 parent a500eca commit d7173d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,8 +1807,8 @@ _request error_ must be raised.
18071807
- The resulting coerced map must contain exactly one entry and the value for
18081808
that entry must not be {null}, otherwise an _execution error_ must be raised.
18091809

1810-
Following are additional examples of input coercion for a OneOf Input Object type
1811-
with a `String` member field `a` and an `Int` member field `b`:
1810+
Following are additional examples of input coercion for a OneOf Input Object
1811+
type with a `String` member field `a` and an `Int` member field `b`:
18121812

18131813
```graphql example
18141814
input ExampleOneOfInputObject @oneOf {

0 commit comments

Comments
 (0)