forked from lix-project/lix
Merge pull request #7800 from PicoGeyer/patch-1
Fix minor syntax issue in one of the examples.
This commit is contained in:
commit
bffb76264e
|
@ -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