From c31a8e17ab019db063602e676bba0ca6b0bea06e Mon Sep 17 00:00:00 2001 From: Valentin Gagarin <valentin@gagarin.work> Date: Mon, 6 Jan 2025 18:50:21 +0100 Subject: [PATCH] Apply suggestions from code review --- source/tutorials/nix-language.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/tutorials/nix-language.md b/source/tutorials/nix-language.md index 297b55951..36d86358c 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -892,11 +892,10 @@ Example: ``` :::{note} -Indented strings also support [string interpolation](string-interpolation). See the section on Nix's [`string`](https://nix.dev/manual/nix/stable/language/values#type-string) type in the [Nix manual](https://nix.dev/manual/nix/stable/). +Indented strings also support [string interpolation](string-interpolation). +For details check the [documentation on string literals in the Nix language](https://nix.dev/manual/nix/2.24/language/syntax#string-literal). ::: -<!-- TODO: See [escaping rules](). --> - (file-system-paths)= ### File system paths