diff options
Diffstat (limited to 'doc/manual/src/release-notes/rl-1.2.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-1.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-1.2.md b/doc/manual/src/release-notes/rl-1.2.md index e62b2dac9..25b830955 100644 --- a/doc/manual/src/release-notes/rl-1.2.md +++ b/doc/manual/src/release-notes/rl-1.2.md @@ -77,7 +77,7 @@ This release has the following improvements and changes: about twice as fast. - Basic Nix expression evaluation profiling: setting the environment - variable NIX\_COUNT\_CALLS to `1` will cause Nix to print how many + variable `NIX_COUNT_CALLS` to `1` will cause Nix to print how many times each primop or function was executed. - New primops: `concatLists`, `elem`, `elemAt` and `filter`. |