diff --git a/src/building/compiler-documenting.md b/src/building/compiler-documenting.md index 202923b68a4be..965e004c983b9 100644 --- a/src/building/compiler-documenting.md +++ b/src/building/compiler-documenting.md @@ -19,9 +19,8 @@ like the standard library (std) or the compiler (rustc). ./x.py doc --stage 1 ``` - First, - the compiler gets built to make sure rustdoc compiles, - then that newly-built rustdoc is used to document the components. + This ensures that (current) rustdoc gets built, + then that is used to document the components. - Much like running individual tests or building specific components, you can build just the documentation you want: