Use "Minimum", not "Minmal" for MSRV. 2022-02-bump-msrv
authorMatt Corallo <git@bluematt.me>
Tue, 15 Feb 2022 22:18:49 +0000 (22:18 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 15 Feb 2022 22:18:49 +0000 (22:18 +0000)
CONTRIBUTING.md

index c0cf28ea8f111a28593551b9949d1e7fbb65489a..ab6ba2a410fb245c13fc1c7a6157a36448e9d07f 100644 (file)
@@ -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.