Small rewordings
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 15 May 2016 14:30:40 +0000 (10:30 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 15 May 2016 14:30:40 +0000 (10:30 -0400)
src/doc/guide.md

index 74160a50edcdf217f21fcb28cce96dc303c1ce1d..5819878a9d80f8b5396fb5280854149ef16ee046 100644 (file)
@@ -13,7 +13,7 @@ To accomplish this goal, Cargo does four things:
 * Introduces two metadata files with various bits of project information.
 * Fetches and builds your project’s dependencies.
 * Invokes `rustc` or another build tool with the correct parameters to build your project.
-* Introduces conventions, making working with Rust projects easier.
+* Introduces conventions to make working with Rust projects easier.
 
 # Creating A New Project
 
@@ -252,7 +252,7 @@ about them, here’s a summary:
 
 Let’s dig in a little bit more.
 
-`Cargo.toml` is a **manifest** file. In the manifest, we can specify a bunch of
+`Cargo.toml` is a **manifest** file in which we can specify a bunch of
 different metadata about our project. For example, we can say that we depend
 on another project: