Skip to content

Commit 6d6798c

Browse files
reword the FAQ on paths and strings (#1132)
1 parent c76bc9b commit 6d6798c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Nix
44

5-
### How to operate between Nix paths and strings?
5+
### How to convert between paths and strings in the Nix language?
66

7-
See the [Nix reference manual](nix-manual) on [string interpolation](https://nix.dev/manual/nix/2.19/language/string-interpolation) and [operators on paths and strings](https://nix.dev/manual/nix/2.19/language/operators#string-concatenation)
7+
See the Nix reference manual on [string interpolation](https://nix.dev/manual/nix/2.19/language/string-interpolation) and [operators on paths and strings](https://nix.dev/manual/nix/2.19/language/operators#string-concatenation)
88

99
### How to build reverse dependencies of a package?
1010

0 commit comments

Comments
 (0)