From ef04de5f20ff7033160b5a57e96b23e6b79c574a Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 13 Dec 2025 15:54:54 +0200 Subject: [PATCH] sembr nit (missed by tool) --- src/doc/rustc-dev-guide/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md index 9c439b83739c..dba4f9ea759e 100644 --- a/src/doc/rustc-dev-guide/README.md +++ b/src/doc/rustc-dev-guide/README.md @@ -2,8 +2,8 @@ This is a collaborative effort to build a guide that explains how rustc works. -The aim of the guide is to help new contributors get oriented -to rustc, as well as to help more experienced folks in figuring out +The aim of the guide is to help new contributors get oriented to rustc, +as well as to help more experienced folks in figuring out some new part of the compiler that they haven't worked on before. [You can read the latest version of the guide here.](https://rustc-dev-guide.rust-lang.org/)