]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Add check on constant to ensure it's up to date
[rust.git] / README.md
index af6a4090a27cb58c85b1ddd2adb6accdea2efa80..cf75f4184a1c96a0eab4def408ee84a76594759d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Read ["Installation"] from [The Book].
 The Rust build system uses a Python script called `x.py` to build the compiler,
 which manages the bootstrapping process. It lives in the root of the project.
 
-The `x.py` command can be run directly on most systems in the following format: 
+The `x.py` command can be run directly on most systems in the following format:
 
 ```sh
 ./x.py <subcommand> [flags]