1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-24 01:41:08 +01:00

Merge pull request #14841 from mdaniels5757/syntax-doc-fix-link

docs: fix string interpolation links on syntax page
This commit is contained in:
Sergei Zimmerman 2025-12-20 22:04:14 +00:00 committed by GitHub
commit b6dd17d6f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,6 +51,7 @@ See [String literals](string-literals.md).
Path literals can also include [string interpolation], besides being [interpolated into other expressions].
[string interpolation]: ./string-interpolation.md
[interpolated into other expressions]: ./string-interpolation.md#interpolated-expression
At least one slash (`/`) must appear *before* any interpolated expression for the result to be recognized as a path.