[src/doc/book] Use package registry for crates.io
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 08:32:03 +0000 (01:32 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 08:36:04 +0000 (01:36 -0700)
src/doc/book/src/02-04-dependencies.md
src/doc/guide.md

index 4f01b72e860b0cca0242f07ff3036fb7e7a688b7..87a13c5d413f198909e597fd73c57d4ed87e1bf3 100644 (file)
@@ -1,8 +1,8 @@
-## Adding dependencies from crates.io
+## Dependencies
 
-[crates.io] is the Rust community's central repository that serves
-as a location to discover and download packages. `cargo` is configured to use
-it by default to find requested packages.
+[crates.io] is the Rust community's central package registry that serves as a
+location to discover and download packages. `cargo` is configured to use it by
+default to find requested packages.
 
 To depend on a library hosted on [crates.io], add it to your `Cargo.toml`.
 
index 46d4c85f921e3041c962b660afa64b38908e472c..e2b7da39715c3d3fa388b052263ca7ea720288a6 100644 (file)
@@ -131,9 +131,9 @@ project.
 
 # Adding dependencies from crates.io
 
-[crates.io] is the Rust community's central repository that serves
-as a location to discover and download packages. `cargo` is configured to use
-it by default to find requested packages.
+[crates.io] is the Rust community's central package registry that serves as a
+location to discover and download packages. `cargo` is configured to use it by
+default to find requested packages.
 
 To depend on a library hosted on [crates.io], add it to your `Cargo.toml`.