forked from lix-project/lix
Fix minor syntax issue in the one of the examples.
Attribute set expressions need to end with a ;
This commit is contained in:
parent
5597d68e2d
commit
a0f1cb0ce7
|
@ -91,7 +91,7 @@ This is an incomplete overview of language features, by example.
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
`"hello ${ { a = "world" }.a }"`
|
`"hello ${ { a = "world"; }.a }"`
|
||||||
|
|
||||||
`"1 2 ${toString 3}"`
|
`"1 2 ${toString 3}"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue