Skip to content

Commit caac2dc

Browse files
committed
line length
1 parent 068bcda commit caac2dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/building/bootstrapping.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ that means to build the compiler in row 1 and column 0, then run it on the tests
7272
This corresponds to the `run-stage` diagram.
7373
However, when you run `x.py build [--stage 1]`, that means to build the compiler in
7474
row 2 and column 1. This corresponds to the `build-stage` diagram.
75-
Building any of the items in the diagram also requires first building all items with arrows pointing to it.
75+
Building any of the items in the diagram also requires first building all
76+
items with arrows pointing to it.
7677

7778
### What are `run-stage` and `build-stage`?
7879

0 commit comments

Comments
 (0)