From 6eac2ca4cf05320422aee60d899944797c22365a 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 d5978389..a766fe5a 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).