]> git.lizzy.rs Git - rust.git/commitdiff
Commit suggestion
authorAnirban <bloodraven166@gmail.com>
Thu, 25 Jun 2020 10:59:37 +0000 (16:29 +0530)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 10:59:37 +0000 (16:29 +0530)
Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
README.md

index f423d7527cc59bee79f269128b6aa136f410456a..18fb19b85afaf95d01a332f143def147b157d1c5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Read ["Installation"] from [The Book].
 _Note: If you wish to contribute to the compiler, you should read [this
 chapter][rustcguidebuild] of the rustc-dev-guide instead of this section._
 
-The Rust build system uses a Python script called x.py to build the compiler,
+The Rust build system uses a Python script called `x.py` to build the compiler,
 which manages the bootstrapping process. More information about it can be found 
 by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].