aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-05-31 10:37:51 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-05-31 10:38:03 +0200
commit04a699b8a9cebd83ece0011ec3a99e38a2adc3a8 (patch)
tree0cd4cd9f5405165becec817bc4f628ccd0d8b248 /doc/manual/src
parent403201e011908a6be4cca7ac5ce3e9ec0df6126a (diff)
Typo
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/release-notes/rl-2.9.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-2.9.md b/doc/manual/src/release-notes/rl-2.9.md
index ab4b9e42f..98cc4235d 100644
--- a/doc/manual/src/release-notes/rl-2.9.md
+++ b/doc/manual/src/release-notes/rl-2.9.md
@@ -1,7 +1,7 @@
# Release 2.9 (2022-05-30)
* Running Nix with the new `--debugger` flag will cause it to start a
- repl session if if an exception is thrown during evaluation, or if
+ repl session if an exception is thrown during evaluation, or if
`builtins.break` is called. From there you can inspect the values
of variables and evaluate Nix expressions. In debug mode, the
following new repl commands are available: