From 024baf7a44a86398fac6d937f942c9d77259100d Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 23 Nov 2020 21:40:40 -0800 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d597838..a766fe5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ debt. Every new feature should be covered by functional tests where possible. When refactoring, structure your PR to make it easy to review and don't -hestitate to split it into multiple small, focused PRs. +hesitate to split it into multiple small, focused PRs. The Minimal Supported Rust Version is 1.45 (enforced by our CI). -- 2.49.0