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 12:01:44 +02:00
committed by Pico Geyer
parent 5597d68e2d
commit a0f1cb0ce7
+1 -1
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}"`