Skip to content

Commit cd37723

Browse files
authored
Fix stability policy (#480)
* Use "will not", use semantic line breaks * Re-add making invalid valid
1 parent 472093e commit cd37723

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

spec/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,34 +70,34 @@ A reference to a _term_ looks like this.
7070
7171
### Stability Policy
7272

73-
Updates to this specification MUST NOT change
73+
Updates to this specification will not change
7474
the syntactical meaning, the runtime output, or other behaviour
7575
of valid messages written for earlier versions of this specification
7676
that only use functions and expression attributes defined in this specification.
77-
Updates to this specification will not remove any syntax provided
78-
in this version. Future versions MAY add additional structure or meaning
79-
to existing syntax.
77+
Updates to this specification will not remove any syntax provided in this version.
78+
Future versions MAY add additional structure or meaning to existing syntax.
8079

81-
Updates to this specification will not remove any reserved keywords
82-
or sigils.
80+
Updates to this specification will not remove any reserved keywords or sigils.
8381

84-
> Note: future versions may defined new keywords
82+
> Note: future versions may define new keywords.
8583
86-
Updates to this specification will not reserve or assign meaning to any
87-
character "sigils" except for those in the `reserved` production.
84+
Updates to this specification will not reserve or assign meaning to
85+
any character "sigils" except for those in the `reserved` production.
8886

89-
Updates to this specification will not remove any functions
90-
defined in the default registry nor will they remove any options
91-
or option values. Additional options or option values MAY be
92-
defined.
87+
Updates to this specification
88+
will not remove any functions defined in the default registry nor
89+
will they remove any options or option values.
90+
Additional options or option values MAY be defined.
9391

9492
> [!NOTE]
9593
> This does not guarantee that the results of formatting will never change.
9694
> Even when the specification doesn't change,
9795
> the functions for date formatting, number formatting and so on
9896
> will change their results over time.
9997
100-
Updates to this specification MUST NOT introduce message syntax that,
98+
Later specification versions MAY make previously invalid messages valid.
99+
100+
Updates to this specification will not introduce message syntax that,
101101
when parsed according to earlier versions of this specification,
102102
would produce syntax or data model errors.
103103
Such messages MAY produce errors when formatted

0 commit comments

Comments
 (0)