File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,8 @@ syntax reserved for future standardization,
226226or 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_.
274275An **_<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|}
You can’t perform that action at this time.
0 commit comments