Merge pull request #7333 from fricklerhandwerk/language-overview

fix error in language overview
This commit is contained in:
Eelco Dolstra 2022-11-22 11:18:53 +01:00 committed by GitHub
commit 96a9511a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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