Skip to content

Commit 6d7b4ba

Browse files
authored
Fix "unsupported expression" example (#742)
This example is now a syntax error, because of attributes. Changed to an example that would be an "unsupported expression" error.
1 parent 7a10ee2 commit 6d7b4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ or for private implementation use that is not supported by the current implement
226226
> would always result in an _Unsupported Expression_ error:
227227
>
228228
> ```
229-
> The value is {@horse}.
229+
> The value is {!horse}.
230230
> ```
231231
>
232232
> Attempting to format this message would result in an _Unsupported Expression_ error

0 commit comments

Comments
 (0)