about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNikolay Kondratyev <nkondratyev@yandex.ru>2015-08-26 05:06:00 +0500
committerNikolay Kondratyev <nkondratyev@yandex.ru>2015-08-26 05:06:00 +0500
commit424d9c2778062d200b327b4da14528c788e75c45 (patch)
tree817ecdcaaeed2198f8bfc2fe24699875a46d7105
parent14b7591ee578042da43f6a9968034f4998cf291c (diff)
downloadrust-424d9c2778062d200b327b4da14528c788e75c45.tar.gz
rust-424d9c2778062d200b327b4da14528c788e75c45.zip
Fix docs typo
-rw-r--r--src/doc/trpl/crates-and-modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/crates-and-modules.md b/src/doc/trpl/crates-and-modules.md
index 69890992065..7e902524563 100644
--- a/src/doc/trpl/crates-and-modules.md
+++ b/src/doc/trpl/crates-and-modules.md
@@ -115,7 +115,7 @@ $ ls target/debug
 build  deps  examples  libphrases-a7448e02a0468eaa.rlib  native
 ```
 
-`libphrase-hash.rlib` is the compiled crate. Before we see how to use this
+`libphrases-hash.rlib` is the compiled crate. Before we see how to use this
 crate from another crate, let’s break it up into multiple files.
 
 # Multiple file crates