From ad67023401f7f897492a9c7ff73c99d79afe557c Mon Sep 17 00:00:00 2001 From: Hirochika Matsumoto Date: Sun, 29 Nov 2020 04:02:07 +0900 Subject: [PATCH] Fix a typo --- src/compiler-src.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-src.md b/src/compiler-src.md index 5183a7c8..b26ede57 100644 --- a/src/compiler-src.md +++ b/src/compiler-src.md @@ -20,7 +20,7 @@ tools and submodules for building a full Rust distribution. As of this writing, this structure is gradually undergoing some transformation to make it a bit less monolithic and more approachable, especially to -newcommers. +newcomers. The repository consists of a `src` directory, under which there live many crates, which are the source for the compiler, build system, tools, etc. This