Skip to content

Commit d925bf2

Browse files
Normative language for required number of keys in variants
Co-authored-by: Addison Phillips <addisonI18N@gmail.com>
1 parent a6216b1 commit d925bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The catch-all key `*` is treated as a match for any _selector_,
3333
but with the lowest possible preference.
3434

3535
In a message with more than one _selector_,
36-
the number of keys in each _variant_ equals the number of _selectors_.
36+
the number of keys in each _variant_ **_must_** equal the number of _selectors_.
3737
These correspond to _selectors_ by position.
3838
The same implementation-defined method as above is used to compare
3939
the corresponding key of each _variant_ to its _selector_,

0 commit comments

Comments
 (0)