Skip to content

Commit 901c4a9

Browse files
committed
Fix heading level for Required Arguments validation rule
Currently in the rendered spec, Required Arguments shows up as a sub-rule of "Argument Uniqueness". It's an independent rule so it should show up next to it instead.
1 parent 3adfcca commit 901c4a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ invalid.
739739
which contains {argument}.
740740
- {arguments} must be the set containing only {argument}.
741741

742-
#### Required Arguments
742+
### Required Arguments
743743

744744
- For each Field or Directive in the document:
745745
- Let {arguments} be the arguments provided by the Field or Directive.

0 commit comments

Comments
 (0)