Skip to content

Commit d88d62a

Browse files
authored
Update spec/Section 3 -- Type System.md
1 parent 87d0b22 commit d88d62a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/Section 3 -- Type System.md

-1
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,6 @@ input ExampleInputTagged @oneOf {
17641764
| `{ b: $b }` | `{ b: null }` | Error: Value for member field {b} must be non-null |
17651765
| `{ b: 123, c: "xyz" }` | `{}` | Error: Unexpected field {c} |
17661766
| `$var` | `{ var: { b: 123, c: "xyz" } }` | Error: Unexpected field {c} |
1767-
| `{ a: $a, b: $b }` | `{ a: "abc" }` | Error: Exactly one key must be specified |
17681767

17691768
**Type Validation**
17701769

0 commit comments

Comments
 (0)