Skip to content

Commit 3666e3a

Browse files
committed
1 parent f8fec26 commit 3666e3a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/doc/rustc-dev-guide/src/building/compiler-documenting.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ like the standard library (std) or the compiler (rustc).
1919
./x.py doc --stage 1
2020
```
2121

22-
First,
23-
the compiler gets built to make sure rustdoc compiles,
24-
then that newly-built rustdoc is used to document the components.
22+
This ensures that (current) rustdoc gets built,
23+
then that is used to document the components.
2524

2625
- Much like running individual tests or building specific components,
2726
you can build just the documentation you want:

0 commit comments

Comments
 (0)