Skip to content

Commit c3eccce

Browse files
committed
Fix unintentionally altered meaning
1 parent a67d721 commit c3eccce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ fragment goodNonNullArg on Arguments {
425425

426426
```
427427

428-
A field with a nullable argument can be omitted.
428+
The argument can be omitted from a field with a nullable argument.
429429

430430
Therefore the following query is valid:
431431

0 commit comments

Comments
 (0)