doc/manual: Apply suggestions from code review

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Robert Hensing
2023-01-10 22:30:41 +01:00
committed by Robert Hensing
co-authored by Valentin Gagarin
parent fd2af69e60
commit fefa3a49ce
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ static RegisterPrimOp primop_import({
>
> Unlike some languages, `import` is a regular function in Nix.
> Paths using the angle bracket syntax (e.g., `import` *\<foo\>*)
> are normal path values.
> are normal [path values](@docroot@/language/values.md#type-path).
A Nix expression loaded by `import` must not contain any *free
variables* (identifiers that are not defined in the Nix expression