aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-09-07 17:58:16 +0200
committerGitHub <noreply@github.com>2023-09-07 17:58:16 +0200
commit5f55c339172eda77c6fd69ee0ecbe35a08625a05 (patch)
tree626418d1f81b6889564bbd956013a24cca422a76 /src
parente34493a70e59375f65b48c6841a792a24e46ff24 (diff)
parent829d4d3e03e0f7935c1fd3e1ef760980c8cf6046 (diff)
Merge pull request #8944 from fricklerhandwerk/fix-anchor
fix invalid anchor link
Diffstat (limited to 'src')
-rw-r--r--src/libexpr/eval-settings.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval-settings.hh b/src/libexpr/eval-settings.hh
index e6666061a..19122bc31 100644
--- a/src/libexpr/eval-settings.hh
+++ b/src/libexpr/eval-settings.hh
@@ -21,7 +21,7 @@ struct EvalSettings : Config
R"(
List of directories to be searched for `<...>` file references
- In particular, outside of [pure evaluation mode](#conf-pure-evaluation), this determines the value of
+ In particular, outside of [pure evaluation mode](#conf-pure-eval), this determines the value of
[`builtins.nixPath`](@docroot@/language/builtin-constants.md#builtins-nixPath).
)"};