]> git.lizzy.rs Git - rust.git/commitdiff
Added missing possessive apostrophe.
authorMike Boutin <mike.boutin@gmail.com>
Thu, 6 Mar 2014 01:29:52 +0000 (20:29 -0500)
committerMike Boutin <mike.boutin@gmail.com>
Thu, 6 Mar 2014 17:27:31 +0000 (12:27 -0500)
src/doc/tutorial.md

index d6ef241b458164c17866a91420215d59570c3565..5069774a2a992d7435552c5cc414bb681d283ab3 100644 (file)
@@ -3167,7 +3167,7 @@ Now compile and run like this (adjust to your platform if necessary):
 Notice that the library produced contains the version in the file name
 as well as an inscrutable string of alphanumerics. As explained in the previous paragraph,
 these are both part of Rust's library versioning scheme. The alphanumerics are
-a hash representing the crates id.
+a hash representing the crate's id.
 
 ## The standard library and the prelude