From: Matt Corallo Date: Tue, 15 Feb 2022 22:18:49 +0000 (+0000) Subject: Use "Minimum", not "Minmal" for MSRV. X-Git-Tag: v0.0.106~35^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=9f277dc136a9fc5232e5d8e77445645a33ce32ed;p=rust-lightning Use "Minimum", not "Minmal" for MSRV. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0cf28ea8..ab6ba2a41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ be covered by functional tests. When refactoring, structure your PR to make it easy to review and don't hestitate to split it into multiple small, focused PRs. -The Minimal Supported Rust Version is 1.41.1 (enforced by our GitHub Actions). +The Minimum Supported Rust Version is 1.41.1 (enforced by our GitHub Actions). Commits should cover both the issue fixed and the solution's rationale. These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.