fix #493 - appendix section letters

This commit is contained in:
David Wickes
2017-03-05 16:06:38 +00:00
parent 39d2f5acb3
commit 03cca9328f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
## Keywords
## Appendix A: Keywords
The following keywords are reserved by the Rust language and may not be used as
names of functions, variables, macros, modules, crates, constants, static

View File

@@ -1,4 +1,4 @@
## Operators
## Appendix B: Operators
### Unary operator expressions

View File

@@ -1 +1 @@
## Derivable Traits
## Appendix C: Derivable Traits

View File

@@ -1 +1 @@
# Nightly Rust
## Appendix D: Nightly Rust

View File

@@ -1,4 +1,4 @@
# Macros
## Appendix E: Macros
## Basics of writing your own macros

View File

@@ -1,4 +1,4 @@
## Translations of the Book
## Appendix F: Translations of the Book
For resources in languages other than English. Most are still in progress; see
[the Translations label][label] to help or let us know about a new translation!