Skip to content

Commit 2d95801

Browse files
committed
less awkward
1 parent d87fc86 commit 2d95801

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/building/how-to-build-and-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cd rust
9191
## What is `x.py`?
9292

9393
`x.py` is the build tool for the `rust` repository.
94-
It can build docs, run tests, and compile the compiler and standard library.
94+
It can build docs, run tests, and build the compiler and standard library.
9595

9696
This chapter focuses on the basics to be productive, but
9797
if you want to learn more about `x.py`, [read this chapter][bootstrap].
@@ -192,7 +192,7 @@ as rustdoc), make sure to read information about that default (located in `src/b
192192
as the build process may be different for other defaults.
193193

194194
Alternatively, you can write `bootstrap.toml` by hand.
195-
See `bootstrap.example.toml` for all the available settings and explanations of them.
195+
See `bootstrap.example.toml` for all the available settings and what they do.
196196
See `src/bootstrap/defaults` for common settings to change.
197197

198198
If you have already built `rustc` and you change settings related to LLVM, then you may have to

0 commit comments

Comments
 (0)