Skip to content

Commit a9d0e35

Browse files
authored
Fix format (#1349)
1 parent 2de8cb5 commit a9d0e35

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
@@ -359,7 +359,7 @@ The following tables indicate the outputs of various stage actions:
359359
| `stage0` builds `test`/`std` | `build/HOST/stage0-std/TARGET` |
360360
| copy `stage0-std` (HOST only) | `build/HOST/stage0-sysroot/lib/rustlib/HOST` |
361361
| `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` |
362-
| copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustlib/HOST` |
362+
| copy `stage0-rustc` (except executable) | `build/HOST/stage0-sysroot/lib/rustlib/HOST` |
363363
| build `llvm` | `build/HOST/llvm` |
364364
| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` |
365365
| `stage0` builds `rustdoc`, `clippy`, `miri`, with `stage0-sysroot` | `build/HOST/stage0-tools/HOST` |

0 commit comments

Comments
 (0)