aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes/rl-2.13.md
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-01-17 17:03:30 +0100
committerEelco Dolstra <edolstra@gmail.com>2023-01-17 17:03:30 +0100
commit3ff9fc0d7dc4aeead7677bbfa46e06dce0093595 (patch)
tree496c3c8aabb610a3f5d0b29d8dee992c38eadb27 /doc/manual/src/release-notes/rl-2.13.md
parent94d6bccf4faedacbf0a1f67507e46e9976e46053 (diff)
Typo
Diffstat (limited to 'doc/manual/src/release-notes/rl-2.13.md')
-rw-r--r--doc/manual/src/release-notes/rl-2.13.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/release-notes/rl-2.13.md b/doc/manual/src/release-notes/rl-2.13.md
index 45f7193f6..dfde6f69b 100644
--- a/doc/manual/src/release-notes/rl-2.13.md
+++ b/doc/manual/src/release-notes/rl-2.13.md
@@ -25,11 +25,11 @@
* Allow explicitly selecting outputs in a store derivation installable, just like we can do with other sorts of installables.
For example,
```shell-session
- # nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev`
+ # nix-build /nix/store/gzaflydcr6sb3567hap9q6srzx8ggdgg-glibc-2.33-78.drv^dev
```
now works just as
```shell-session
- # nix-build glibc^dev`
+ # nix-build glibc^dev
```
does already.