Skip to content

Commit

Permalink
auto merge of #12720 : iliekturtles/rust/master, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 6, 2014
2 parents fb80b38 + 19ae05f commit 1eb3f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1eb3f63

Please sign in to comment.