aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-11-22 10:36:20 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-11-22 10:36:21 +0100
commit52f0c809173fe977ac0b46a8506d0c9af208a197 (patch)
treed3e77fbdfc30ac36cc6d33fa542e1aef5fe56792
parent62960f32915909a5104f2ca3a32b25fb3cfd34c7 (diff)
fix error in language overview
it is not possible to antiquote numbers.
-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 f9e9b9781..db34fde75 100644
--- a/doc/manual/src/language/index.md
+++ b/doc/manual/src/language/index.md
@@ -93,7 +93,7 @@ This is an incomplete overview of language features, by example.
`"hello ${ { a = "world" }.a }"`
- `"1 2 ${3}"`
+ `"1 2 ${toString 3}"`
`"${pkgs.bash}/bin/sh"`