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.
This commit is contained in:
parent
27b9565b71
commit
0fd8abe5bf
|
|
@ -1,4 +1,4 @@
|
||||||
# Appendix B: Background topics
|
# Background topics
|
||||||
|
|
||||||
This section covers a numbers of common compiler terms that arise in
|
This section covers a numbers of common compiler terms that arise in
|
||||||
this guide. We try to give the general definition while providing some
|
this guide. We try to give the general definition while providing some
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
guidance on where to learn more about some of the key data structures of the
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Appendix C: Glossary
|
# Glossary
|
||||||
|
|
||||||
Term | Meaning
|
Term | Meaning
|
||||||
-----------------------------------------|--------
|
-----------------------------------------|--------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue