summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-06-12 18:53:28 -0600
committerAlan Somers <asomers@gmail.com>2021-06-12 18:53:28 -0600
commitcf57ae5b1273fe6796515351ff31e434a05e0e21 (patch)
treeb9fcbb5757f4a45cc793ba660c63d7373f144cc0
parentaf2ee71318c5da88f764c97069295e8d5c0bd282 (diff)
downloadnix-cf57ae5b1273fe6796515351ff31e434a05e0e21.zip
[skip ci] fix formatting in CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e51d6dc3..7c8f28b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,7 +41,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Minimum supported Rust version is now 1.41.0.
([#1440](https://github.com/nix-rust/nix/pull/1440))
- Errno aliases are now associated consts on `Errno`, instead of consts in the
- `errno` module.`
+ `errno` module.
(#[1452](https://github.com/nix-rust/nix/pull/1452))
### Fixed