Skip to content

Commit b16ae38

Browse files
committed
Capitalization style of titles on Introduction
1 parent 421be27 commit b16ae38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/introduction.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the [GitHub issues] for what is not documented in this book.
1515

1616
</div>
1717

18-
## Rust Releases
18+
## Rust releases
1919

2020
Rust has a new language release every six weeks.
2121
The first stable release of the language was Rust 1.0.0, followed by Rust 1.1.0 and so on.
@@ -25,7 +25,7 @@ The latest release of this book, matching the latest Rust version, can always be
2525
Prior versions can be found by adding the Rust version before the "reference" directory.
2626
For example, the Reference for Rust 1.49.0 is located at <https://doc.rust-lang.org/1.49.0/reference/>.
2727

28-
## What *The Reference* is Not
28+
## What *The Reference* is not
2929

3030
This book does not serve as an introduction to the language.
3131
Background familiarity with the language is assumed.
@@ -53,7 +53,7 @@ Finally, this book is not normative.
5353
It may include details that are specific to `rustc` itself, and should not be taken as a specification for the Rust language.
5454
We intend to produce such a book someday, and until then, the reference is the closest thing we have to one.
5555

56-
## How to Use This Book
56+
## How to use this book
5757

5858
This book does not assume you are reading this book sequentially.
5959
Each chapter generally can be read standalone, but will cross-link to other chapters for facets of the language they refer to, but do not discuss.

0 commit comments

Comments
 (0)