Skip to content

Commit 55370da

Browse files
committed
try address review comments
1 parent 6339e33 commit 55370da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Building documentation
22

33
This chapter describes how to build documentation of toolchain components,
4-
either in whole or individually.
4+
like the standard library (std) or the compiler (rustc).
55

66
- Document everything
77

88
This uses `rustdoc` from the beta toolchain,
99
so will produce (slightly) different output to stage 1 rustdoc,
10-
as `rustdoc` is under active development:
10+
as rustdoc is under active development:
1111

1212
```bash
1313
./x.py doc
@@ -20,8 +20,8 @@ either in whole or individually.
2020
```
2121

2222
First,
23-
the compiler and rustdoc get built to make sure everything is okay,
24-
and then it documents the files.
23+
the compiler gets built to make sure rustdoc compiles,
24+
then that newly-built rustdoc is used to document the components.
2525

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

0 commit comments

Comments
 (0)