fix error in language overview

it is not possible to antiquote numbers.
This commit is contained in:
Valentin Gagarin 2022-11-22 10:36:20 +01:00
parent 62960f3291
commit 52f0c80917

View file

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