Fix minor syntax issue in the one of the examples.

Attribute set expressions need to end with a ;
This commit is contained in:
Pico Geyer 2023-02-10 11:55:22 +02:00 committed by Pico Geyer
parent 5597d68e2d
commit a0f1cb0ce7

View file

@ -91,7 +91,7 @@ This is an incomplete overview of language features, by example.
<tr>
<td>
`"hello ${ { a = "world" }.a }"`
`"hello ${ { a = "world"; }.a }"`
`"1 2 ${toString 3}"`