Skip to content

Commit be833e1

Browse files
authored
Require prioritising syntax & data model errors (#1011)
1 parent 33b6482 commit be833e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ or separately by more than one such method.
4444
When a message contains more than one error,
4545
or contains some error which leads to further errors,
4646
an implementation which does not emit all of the errors
47-
SHOULD prioritise _Syntax Errors_ and _Data Model Errors_ over others.
47+
MUST prioritise _Syntax Errors_ and _Data Model Errors_ over others.
4848

4949
When an error occurs while resolving a _selector_
5050
or calling MatchSelectorKeys with its resolved value,

0 commit comments

Comments
 (0)