From 2279ebf19e3e8518b9a8519b31885a1aff113b0f Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:13:19 +0300 Subject: [PATCH] Fix grammatical error Update CONTRIBUTING.md Fix grammatical error in documentation sentence regarding the standard library guide --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eeff563d8ecd..e04c2bc61e5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,7 @@ Zulip stream. We have lots of docs below of how to get started on your own, but the Zulip stream is the best place to *ask* for help. Documentation for contributing to the compiler or tooling is located in the [Guide to Rustc -Development][rustc-dev-guide], commonly known as the [rustc-dev-guide]. Documentation for the -standard library in the [Standard library developers Guide][std-dev-guide], commonly known as the [std-dev-guide]. +Development][rustc-dev-guide], commonly known as the [rustc-dev-guide]. Documentation for the standard library is located in the [Standard library developers Guide][std-dev-guide], commonly known as the [std-dev-guide]. ## About the [rustc-dev-guide]