Skip to content

Commit 47cbe95

Browse files
committed
Use a colon
1 parent ec85436 commit 47cbe95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,12 +1707,12 @@ is constructed with the following rules:
17071707
Further, if the input object is a _OneOf Input Object_, the following additional
17081708
rules apply:
17091709

1710-
- Prior to construction of the coerced map via the rules above, the value to be
1711-
coerced must contain exactly one entry, and that entry must not be {null} or
1710+
- Prior to construction of the coerced map via the rules above: the value to be
1711+
coerced must contain exactly one entry and that entry must not be {null} or
17121712
the {null} literal, otherwise a _request error_ must be raised.
17131713

17141714
- The map resulting from the input coercion rules above must contain exactly one
1715-
entry, and the value for that entry must not be {null}, otherwise a _request
1715+
entry and the value for that entry must not be {null}, otherwise a _request
17161716
error_ must be raised.
17171717

17181718
Following are examples of input coercion for an input object type with a

0 commit comments

Comments
 (0)