aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md')
-rw-r--r--doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md b/doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md
index c93225816..49e6c1cc8 100644
--- a/doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md
+++ b/doc/manual/rl-next/enter-debugger-more-reliably-in-let-and-calls.md
@@ -18,8 +18,8 @@ in
b
```
-Nix would correctly enter the debugger at `builtins.break a`, but if you asked
+Lix would correctly enter the debugger at `builtins.break a`, but if you asked
it to `:continue`, it would skip over the `builtins.break "hello"` expression
entirely.
-Now, Nix will correctly enter the debugger at both breakpoints.
+Now, Lix will correctly enter the debugger at both breakpoints.