Skip to content

Commit

Permalink
replace misleading name (rust-lang#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored Jul 19, 2022
1 parent d2577b5 commit 34eb0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/doc/rustc-dev-guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Prerequisites](./building/prerequisites.md)
- [Suggested Workflows](./building/suggested.md)
- [Distribution artifacts](./building/build-install-distribution-artifacts.md)
- [Documenting Compiler](./building/compiler-documenting.md)
- [Building Documentation](./building/compiler-documenting.md)
- [Rustdoc overview](./rustdoc.md)
- [Adding a new target](./building/new-target.md)
- [Testing the compiler](./tests/intro.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documenting rustc
# Building documentation

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

0 comments on commit 34eb0e5

Please sign in to comment.