argument/property ordering clarification

This commit is contained in:
Christopher Durham 2021-09-26 23:57:28 -05:00 committed by GitHub
parent 99d9168a4a
commit fbb03154cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ slash-escaped line continuation](#line-continuation). Arguments and Properties
may be interspersed in any order, much like is common with positional may be interspersed in any order, much like is common with positional
arguments vs options in command line tools. arguments vs options in command line tools.
Arguments are ordered relative to each other and that order must be preserved Arguments are ordered relative to each other (but not relative to Properties)
in order to maintain the semantics. and that order must be preserved in order to maintain the semantics.
By contrast, Property order _SHOULD NOT_ matter to implementations. By contrast, Property order _SHOULD NOT_ matter to implementations.
[Children](#children-block) should be used if an order-sensitive key/value [Children](#children-block) should be used if an order-sensitive key/value