Skip to content

Commit 814d27d

Browse files
mark-i-mcamelid
andcommitted
Better wording
Co-authored-by: Camelid <[email protected]>
1 parent e1c7b6c commit 814d27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ the following settings:
140140

141141
### `./x.py` Intro
142142

143-
`rustc` is a _bootstrapping_ compiler because it is written in Rust. Where do you
143+
`rustc` is a _bootstrapping_ compiler, which means that it is written in Rust. So where do you
144144
get the original compiler from? We use the current beta compiler
145145
to build the compiler. Then, we use that compiler to build itself. Thus,
146146
`rustc` has a 2-stage build. You can read more about bootstrapping

0 commit comments

Comments
 (0)