Skip to content

Commit 2802da7

Browse files
authored
replace misleading name (#1401)
1 parent dca7b1b commit 2802da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- [Prerequisites](./building/prerequisites.md)
1313
- [Suggested Workflows](./building/suggested.md)
1414
- [Distribution artifacts](./building/build-install-distribution-artifacts.md)
15-
- [Documenting Compiler](./building/compiler-documenting.md)
15+
- [Building Documentation](./building/compiler-documenting.md)
1616
- [Rustdoc overview](./rustdoc.md)
1717
- [Adding a new target](./building/new-target.md)
1818
- [Testing the compiler](./tests/intro.md)

src/building/compiler-documenting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Documenting rustc
1+
# Building documentation
22

33
You might want to build documentation of the various components
44
available like the standard library. There’s two ways to go about this.

0 commit comments

Comments
 (0)