Skip to content

Commit 5efe659

Browse files
authored
Avoid presumptive use of "always" (#776)
* Avoid presumptive use of "always" * Explain the example Unsupported Expression error
1 parent ed6b1da commit 5efe659

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/errors.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ syntax reserved for future standardization,
226226
or for private implementation use that is not supported by the current implementation.
227227
228228
> For example, attempting to format this message
229-
> would always result in an _Unsupported Expression_ error:
229+
> would result in an _Unsupported Expression_ error
230+
> because it includes a _reserved annotation_.
230231
>
231232
> ```
232233
> The value is {!horse}.
@@ -274,7 +275,7 @@ for that specific _function_.
274275
An **_<dfn>Unsupported Statement</dfn>_** error occurs when a message includes a _reserved statement_.
275276
276277
> For example, attempting to format this message
277-
> would always result in an _Unsupported Statement_ error:
278+
> would result in an _Unsupported Statement_ error:
278279
>
279280
> ```
280281
> .some {|horse|}

0 commit comments

Comments
 (0)