diff options
| author | Takayuki Nakata <f.seasons017@gmail.com> | 2020-07-02 23:28:32 +0900 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-07-02 15:44:52 -0500 |
| commit | 2b56a22b3f7fa48b9c478d83993e9f8662346b1a (patch) | |
| tree | fe3ed6d9eb10908e8a2190dbfb17dc1fb9f1f4de /src/doc/rustc-dev-guide | |
| parent | afa134b09fabb419da3cbfcd016edada1056791f (diff) | |
| download | rust-2b56a22b3f7fa48b9c478d83993e9f8662346b1a.tar.gz rust-2b56a22b3f7fa48b9c478d83993e9f8662346b1a.zip | |
Fix the names of table of contents and heading are different
Not to write the part of Appendix `A` in heading along with other appendix.
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/appendix/background.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/appendix/code-index.md | 2 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/appendix/glossary.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/appendix/background.md b/src/doc/rustc-dev-guide/src/appendix/background.md index 983f028a078..e7b9f3afc14 100644 --- a/src/doc/rustc-dev-guide/src/appendix/background.md +++ b/src/doc/rustc-dev-guide/src/appendix/background.md @@ -1,4 +1,4 @@ -# Appendix B: Background topics +# Background topics This section covers a numbers of common compiler terms that arise in this guide. We try to give the general definition while providing some diff --git a/src/doc/rustc-dev-guide/src/appendix/code-index.md b/src/doc/rustc-dev-guide/src/appendix/code-index.md index 76f4609cc81..8561efe4c0e 100644 --- a/src/doc/rustc-dev-guide/src/appendix/code-index.md +++ b/src/doc/rustc-dev-guide/src/appendix/code-index.md @@ -1,4 +1,4 @@ -# Appendix D: Code Index +# Code Index rustc has a lot of important data structures. This is an attempt to give some guidance on where to learn more about some of the key data structures of the diff --git a/src/doc/rustc-dev-guide/src/appendix/glossary.md b/src/doc/rustc-dev-guide/src/appendix/glossary.md index f428c8f0b69..9e8703d1bb3 100644 --- a/src/doc/rustc-dev-guide/src/appendix/glossary.md +++ b/src/doc/rustc-dev-guide/src/appendix/glossary.md @@ -1,4 +1,4 @@ -# Appendix C: Glossary +# Glossary Term | Meaning -----------------------------------------|-------- |
