Skip to content

Commit a156695

Browse files
committed
use title "The Rust Edition Guide" everywhere
Makes consistent the following references to the title: "The Edition Guide" (book.toml -- document title) (src/SUMMARY.md) (README.md ["License" section text]) "The Rust Edition Guide" (README.md [heading]) "the Rust Edition Guide" (src/introduction.md) "this Edition Migration Guide" (src/editions/index.md) Signed-off-by: Alan D. Salewski <[email protected]>
1 parent c55611d commit a156695

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ online](https://doc.rust-lang.org/nightly/edition-guide/).
88

99
## License
1010

11-
The Edition Guide is dual licensed under `MIT`/`Apache2`, just like Rust itself.
12-
See the `LICENSE-*` files in this repository for more details.
11+
The Rust Edition Guide is dual licensed under `MIT`/`Apache2`, just like Rust
12+
itself. See the `LICENSE-*` files in this repository for more details.
1313

1414
## Building locally
1515

Diff for: book.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
multilingual = false
44
src = "src"
5-
title = "The Edition Guide"
5+
title = "The Rust Edition Guide"
66

77
[output.html]
88
git-repository-url = "https://github.com/rust-lang/edition-guide"

Diff for: src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Edition Guide
1+
# The Rust Edition Guide
22

33
[Introduction](introduction.md)
44

Diff for: src/editions/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ there might be some corner cases where manual changes are still required.
5151
The tooling tries hard to avoid changes
5252
to semantics that could affect the correctness or performance of the code.
5353

54-
In addition to tooling, we also maintain this Edition Migration Guide that covers
54+
In addition to tooling, we also maintain this Rust Edition Guide that covers
5555
the changes that are part of an edition.
5656
This guide describes each change and gives pointers to where you can learn more about it.
5757
It also covers any corner cases or details you should be aware of.
58-
This guide serves both as an overview of the edition
58+
This guide serves as an overview of editions,
59+
as a migration guide for specific editions,
5960
and as a quick troubleshooting reference
6061
if you encounter problems with the automated tooling.
61-

Diff for: src/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
Welcome to the Rust Edition Guide! "Editions" are Rust's way of introducing
3+
Welcome to The Rust Edition Guide! "Editions" are Rust's way of introducing
44
changes into the language that would not otherwise be backwards
55
compatible.
66

0 commit comments

Comments
 (0)