aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-02-10 17:09:19 +0100
committerGitHub <noreply@github.com>2023-02-10 17:09:19 +0100
commitbffb76264ee24611de17d4ecf3fb8b625a564652 (patch)
tree948fa3df1576b02cee3d5c6b0ccabdb7ff5bc594
parent0c77dbab5697f1792753107dfbb43a1e47ef92f3 (diff)
parenta0f1cb0ce7e82de8490645dde240f71d71d9225e (diff)
Merge pull request #7800 from PicoGeyer/patch-1
Fix minor syntax issue in one of the examples.
-rw-r--r--doc/manual/src/language/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md
index 31300631c..3eabe1a02 100644
--- a/doc/manual/src/language/index.md
+++ b/doc/manual/src/language/index.md
@@ -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}"`