Skip to content

Commit 57e2388

Browse files
committed
Rewrite to avoid ambiguity of language
1 parent de87d2f commit 57e2388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Section 3 -- Type System.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,15 +1639,15 @@ Further, if the input object is a OneOf Input Object, the following additional
16391639
rules apply:
16401640

16411641
- If the input object literal or unordered map does not contain exactly one
1642-
entry, an error must be thrown.
1642+
entry an error must be thrown.
16431643

1644-
- If the single entry in the input object literal or unordered map is {null}, an
1645-
error must be thrown.
1644+
- Within the input object literal or unordered map, if the single entry is
1645+
{null} an error must be thrown.
16461646

1647-
- If the coerced unordered map does not contain exactly one entry, an error must
1647+
- If the coerced unordered map does not contain exactly one entry an error must
16481648
be thrown.
16491649

1650-
- If the value of the single entry in the coerced unordered map is {null}, an
1650+
- If the value of the single entry in the coerced unordered map is {null} an
16511651
error must be thrown.
16521652

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

0 commit comments

Comments
 (0)