Tweak language per @dustyweb suggestion

This commit is contained in:
Tony Garnock-Jones 2019-10-11 16:19:57 +01:00
parent 2ff6cf400b
commit cea42db3dc
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ binary syntax.
Streaming formats ("format C") *MUST NOT* be used.
Annotations *MUST NOT* be present.
Placeholders *MUST NOT* be used.
Where possible, fixed-length ("format A") *MUST* be used in preference
to variable-length ("format B") formats.
Whenever there is a choice between fixed-length ("format A") or
variable-length ("format B") formats, the fixed-length format *MUST* be
used.
**Sets.**
The elements of a `Set` *MUST* be serialized sorted in ascending order