Delete spaces

This commit is contained in:
Alexander Melentyev 2021-06-21 12:11:37 +03:00
parent fb3ea63d9b
commit e84c9aed6d
18 changed files with 48 additions and 48 deletions

View file

@ -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]