diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-21 09:16:38 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-21 09:16:38 -0800 |
| commit | de89dc883e4ff702b4cb6dd18e014d2d3ba7f5ec (patch) | |
| tree | 5aec3cbf18f8a7cb672433d88e13d8b4004436f9 | |
| parent | 28937be16aa28e31b8493129d04730aa83c920e7 (diff) | |
| parent | 1f50542a0dc58165810f12b52f59d63f7dab9aaa (diff) | |
| download | rust-de89dc883e4ff702b4cb6dd18e014d2d3ba7f5ec.tar.gz rust-de89dc883e4ff702b4cb6dd18e014d2d3ba7f5ec.zip | |
rollup merge of #21433: alfie/typobook
Tiny fix
| -rw-r--r-- | src/doc/trpl/crates-and-modules.md | 2 |
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 25870d84a75..79bb5c182f4 100644 --- a/src/doc/trpl/crates-and-modules.md +++ b/src/doc/trpl/crates-and-modules.md @@ -257,7 +257,7 @@ fn goodbye() -> String { (This is "Sayōnara", if you're curious.) -Now that we have our some functionality in our crate, let's try to use it from +Now that we have some functionality in our crate, let's try to use it from another crate. # Importing External Crates |
