about summary refs log tree commit diff
path: root/src/doc/tutorial.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-06 10:36:50 -0800
committerbors <bors@rust-lang.org>2014-03-06 10:36:50 -0800
commit1eb3f63d9d6b2239a6907b8dec5ee8bb371e3e0e (patch)
tree5485abd76799e77c3e8a61648bfe87a53e837b33 /src/doc/tutorial.md
parentfb80b384f4b6611ce4d880991a1026e93acdd6f7 (diff)
parent19ae05fa645bf49f51c7fd2067744cbe722d34ac (diff)
auto merge of #12720 : iliekturtles/rust/master, r=alexcrichton
Diffstat (limited to 'src/doc/tutorial.md')
-rw-r--r--src/doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
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