Fix minor syntax issue in the one of the examples.
Attribute set expressions need to end with a ;
This commit is contained in:
@@ -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}"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user