Skip to content

Commit de386fd

Browse files
henrytheswimmertshepang
authored andcommitted
put x.py in ticks
1 parent 93a25a9 commit de386fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/bootstrapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ However, most of the code lives in `src/bootstrap`.
107107
`bootstrap` has a difficult problem: it is written in Rust, but yet it is run
108108
before the rust compiler is built! To work around this, there are two
109109
components of bootstrap: the main one written in rust, and `bootstrap.py`.
110-
`bootstrap.py` is what gets run by x.py. It takes care of downloading the
110+
`bootstrap.py` is what gets run by `x.py`. It takes care of downloading the
111111
`stage0` compiler, which will then build the bootstrap binary written in
112112
Rust.
113113

0 commit comments

Comments
 (0)