We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c7b6c commit 814d27dCopy full SHA for 814d27d
src/getting-started.md
@@ -140,7 +140,7 @@ the following settings:
140
141
### `./x.py` Intro
142
143
-`rustc` is a _bootstrapping_ compiler because it is written in Rust. Where do you
+`rustc` is a _bootstrapping_ compiler, which means that it is written in Rust. So where do you
144
get the original compiler from? We use the current beta compiler
145
to build the compiler. Then, we use that compiler to build itself. Thus,
146
`rustc` has a 2-stage build. You can read more about bootstrapping
0 commit comments