Skip to content

Commit 94da520

Browse files
committed
readability
1 parent cb0e26f commit 94da520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/building/bootstrapping/writing-tools-in-bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are three types of tools you can write in bootstrap:
77
Use this for tools that don’t need anything from the in-tree compiler and can run with the stage0 `rustc`.
88
The output is placed in the "bootstrap-tools" directory.
99
This mode is for general-purpose tools built entirely with the stage0 compiler,
10-
including target libraries and only works for stage 0.
10+
including target libraries, and it only works for stage 0.
1111

1212
- **`Mode::ToolStd`**
1313

0 commit comments

Comments
 (0)