We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c3b19d + 424d9c2 commit 80b971aCopy full SHA for 80b971a
src/doc/trpl/crates-and-modules.md
@@ -115,7 +115,7 @@ $ ls target/debug
115
build deps examples libphrases-a7448e02a0468eaa.rlib native
116
```
117
118
-`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
119
crate from another crate, let’s break it up into multiple files.
120
121
# Multiple file crates
0 commit comments