From 97721a1c3785a159371c7b064df5c06cffd1922e Mon Sep 17 00:00:00 2001 From: r00ster Date: Fri, 23 Jul 2021 19:02:52 +0200 Subject: [PATCH] Add missing article --- src/bootstrap/compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index 77d2684b5d2a4..78c9a25262243 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -3,7 +3,7 @@ //! //! This module contains some of the real meat in the rustbuild build system //! which is where Cargo is used to compile the standard library, libtest, and -//! compiler. This module is also responsible for assembling the sysroot as it +//! the compiler. This module is also responsible for assembling the sysroot as it //! goes along from the output of the previous stage. use std::borrow::Cow;