@@ -70,34 +70,34 @@ A reference to a _term_ looks like this.
70
70
71
71
### Stability Policy
72
72
73
- Updates to this specification MUST NOT change
73
+ Updates to this specification will not change
74
74
the syntactical meaning, the runtime output, or other behaviour
75
75
of valid messages written for earlier versions of this specification
76
76
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.
80
79
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.
83
81
84
- > Note: future versions may defined new keywords
82
+ > Note: future versions may define new keywords.
85
83
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.
88
86
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.
93
91
94
92
> [ !NOTE]
95
93
> This does not guarantee that the results of formatting will never change.
96
94
> Even when the specification doesn't change,
97
95
> the functions for date formatting, number formatting and so on
98
96
> will change their results over time.
99
97
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,
101
101
when parsed according to earlier versions of this specification,
102
102
would produce syntax or data model errors.
103
103
Such messages MAY produce errors when formatted
0 commit comments