Skip to content

Commit 19ae05f

Browse files
committed
Added missing possessive apostrophe.
1 parent fb80b38 commit 19ae05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@ Now compile and run like this (adjust to your platform if necessary):
31673167
Notice that the library produced contains the version in the file name
31683168
as well as an inscrutable string of alphanumerics. As explained in the previous paragraph,
31693169
these are both part of Rust's library versioning scheme. The alphanumerics are
3170-
a hash representing the crates id.
3170+
a hash representing the crate's id.
31713171

31723172
## The standard library and the prelude
31733173

0 commit comments

Comments
 (0)