about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnirban <bloodraven166@gmail.com>2020-06-25 16:29:37 +0530
committerGitHub <noreply@github.com>2020-06-25 16:29:37 +0530
commit22fc18f1776ab05688d2f57ed92e14830a44d1ee (patch)
tree1ab3b9c84aa6136b053d5c1fb1b09e4dd1f60ab7
parentd6cf8fc63ee24269bd4df20ad9fe19a219b5c9f5 (diff)
downloadrust-22fc18f1776ab05688d2f57ed92e14830a44d1ee.tar.gz
rust-22fc18f1776ab05688d2f57ed92e14830a44d1ee.zip
Commit suggestion
Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f423d7527cc..18fb19b85af 100644
--- 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].