Skip to content

Commit 97dcc13

Browse files
committed
Corrected lone operation specification
1 parent 6d8e307 commit 97dcc13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ mutation dogOperation {
143143
** Formal Specification **
144144

145145
* Let {operations} be all operation definitions in the document.
146-
* {operations} must be a set of one.
146+
* Let {anonymous} be all anonymous operation definitions in the document.
147+
* If {operations} is a set of more than 1:
148+
* {anonymous} must be empty.
147149

148150
** Explanatory Text **
149151

0 commit comments

Comments
 (0)