From 19ae05fa645bf49f51c7fd2067744cbe722d34ac Mon Sep 17 00:00:00 2001 From: Mike Boutin Date: Wed, 5 Mar 2014 20:29:52 -0500 Subject: [PATCH] Added missing possessive apostrophe. --- src/doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index d6ef241b458..5069774a2a9 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -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