From 4e26f9c335e3ea5eb88d1d583df87e4ea89d77a6 Mon Sep 17 00:00:00 2001 From: Zephyr <90854121+WhistlingZephyr@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:57:09 +0530 Subject: [PATCH] fix: Update CONTRIBUTING.md recommend -> recommended --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfaa70bb9db..eeff563d8ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ standard library in the [Standard library developers Guide][std-dev-guide], comm ## About the [rustc-dev-guide] The [rustc-dev-guide] is meant to help document how rustc –the Rust compiler– works, -as well as to help new contributors get involved in rustc development. It is recommend +as well as to help new contributors get involved in rustc development. It is recommended to read and understand the [rustc-dev-guide] before making a contribution. This guide talks about the different bots in the Rust ecosystem, the Rust development tools, bootstrapping, the compiler architecture, source code representation, and more.