Skip to content

Commit faff463

Browse files
committed
line length
1 parent 06f4234 commit faff463

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
@@ -42,7 +42,8 @@ that means to build the compiler in row 1 and column 0, then run it on the tests
4242
This corresponds to the `run-stage` diagram.
4343
However, when you run `x.py build [--stage 1]`, that means to build the compiler in
4444
row 2 and column 1. This corresponds to the `build-stage` diagram.
45-
Building any of the items in the diagram also requires first building all items with arrows pointing to it.
45+
Building any of the items in the diagram also requires first building all
46+
items with arrows pointing to it.
4647

4748
### What are `run-stage` and `build-stage`?
4849

0 commit comments

Comments
 (0)