From 5eecb8489df3649793197451c2232b76806e4465 Mon Sep 17 00:00:00 2001 From: Tamo Date: Wed, 7 Dec 2022 12:23:12 +0100 Subject: [PATCH] Update CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clémentine Urquizar - curqui --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e44e502e0..d78627580 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ Remember that there are many ways to contribute other than writing code: writing ## Development Workflow -We're using rust stable for the tests and clippy but rust nightly for the formatting of the code. +We're using a stable version of Rust for the tests and Clippy but the nightly version of Rust for the formatting of the code. ### Test