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
commit bffb76264e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}"`