diff options
-rw-r--r-- | doc/manual/release-notes/rl-2.0.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/release-notes/rl-2.0.xml b/doc/manual/release-notes/rl-2.0.xml index bf6a679a1..4c683dd3d 100644 --- a/doc/manual/release-notes/rl-2.0.xml +++ b/doc/manual/release-notes/rl-2.0.xml @@ -504,7 +504,7 @@ <listitem> <para><emphasis>Pure evaluation mode</emphasis>. With the - <literal>--pure-eval</literal> flag, nix enables a variant of the existing + <literal>--pure-eval</literal> flag, Nix enables a variant of the existing restricted evaluation mode that forbids access to anything that could cause different evaluations of the same command line arguments to produce a different result. This includes builtin functions such as |