Merge pull request #7800 from PicoGeyer/patch-1

Fix minor syntax issue in one of the examples.
This commit is contained in:
Eelco Dolstra
2023-02-10 17:09:19 +01:00
committed by GitHub
+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}"`