]> git.proxmox.com Git - cargo.git/commitdiff
README uses "its" instead of "it's"
authorBrian Cobb <bcobb@uwalumni.com>
Wed, 2 Jul 2014 13:54:46 +0000 (08:54 -0500)
committerBrian Cobb <bcobb@uwalumni.com>
Wed, 2 Jul 2014 13:54:46 +0000 (08:54 -0500)
README.md

index 462f33a01affc600be43f7a2a8f7263382273500..e71d4ae6ef422cf1d3e4ab25d976a211a2d7637e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Learn more at http://crates.io/.
 
 ## Compiling cargo
 
-You'll want to clone cargo using --recursive on git, to clone in it's submodule
+You'll want to clone cargo using --recursive on git, to clone in its submodule
 dependencies.
 ```
 $ git clone --recursive https://github.com/rust-lang/cargo