Skip to content

Commit ac07aeb

Browse files
committed
[doc/book] Change title to The Cargo Book
Also add "community’s" to description of crates.io, as Cargo now supports multiple registries.
1 parent 551b62b commit ac07aeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/book/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
title = "The Cargo Manual"
1+
title = "The Cargo Book"
22
author = "Alex Crichton, Steve Klabnik and Carol Nichols, with Contributions from the Rust Community"

src/doc/book/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# The Cargo Manual
1+
# The Cargo Book
22

33
![Cargo Logo](images/Cargo-Logo-Small.png)
44

55
Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s
66
dependencies, compiles your project, makes packages, and upload them to
7-
[crates.io], the Rust *package registry*.
7+
[crates.io], the Rust community’s *package registry*.
88

99

1010
### Sections

0 commit comments

Comments
 (0)