Skip to content

Commit

Permalink
argument/property ordering clarification (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
CAD97 authored Sep 27, 2021
1 parent 99d9168 commit 296fe12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
arguments vs options in command line tools.

Arguments are ordered relative to each other and that order must be preserved
in order to maintain the semantics.
Arguments are ordered relative to each other (but not relative to Properties)
and that order must be preserved in order to maintain the semantics.

By contrast, Property order _SHOULD NOT_ matter to implementations.
[Children](#children-block) should be used if an order-sensitive key/value
Expand Down

0 comments on commit 296fe12

Please sign in to comment.