Skip to content

Commit

Permalink
Added missing possessive apostrophe.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliekturtles committed Mar 6, 2014
1 parent fb80b38 commit 19ae05f
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

5 comments on commit 19ae05f

@bors
Copy link
Contributor

@bors bors commented on 19ae05f Mar 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at iliekturtles@19ae05f

@bors
Copy link
Contributor

@bors bors commented on 19ae05f Mar 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging iliekturtles/rust/master = 19ae05f into auto

@bors
Copy link
Contributor

@bors bors commented on 19ae05f Mar 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iliekturtles/rust/master = 19ae05f merged ok, testing candidate = 1eb3f63

@bors
Copy link
Contributor

@bors bors commented on 19ae05f Mar 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 19ae05f Mar 6, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 1eb3f63

Please sign in to comment.