diff options
| author | Richo Healey <richo@psych0tik.net> | 2015-04-15 00:07:25 -0700 |
|---|---|---|
| committer | Richo Healey <richo@psych0tik.net> | 2015-04-15 00:07:25 -0700 |
| commit | cf43761de448c859cfe487125b9a6923a5eb9b66 (patch) | |
| tree | ddb01f6c1b34040f3954611ca3ef73e75d1bbd53 /src/librustc | |
| parent | 16e1fcead14628701e1b10b9d00c898d748db2ed (diff) | |
| download | rust-cf43761de448c859cfe487125b9a6923a5eb9b66.tar.gz rust-cf43761de448c859cfe487125b9a6923a5eb9b66.zip | |
rustc: fix a typo in letter to rustc
Diffstat (limited to 'src/librustc')
| -rw-r--r-- | src/librustc/metadata/loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/metadata/loader.rs b/src/librustc/metadata/loader.rs index 7b63e38b585..4a77f80d3b8 100644 --- a/src/librustc/metadata/loader.rs +++ b/src/librustc/metadata/loader.rs @@ -129,7 +129,7 @@ //! > Dear rustc, //! > //! > When you are attempting to load the immediate dependency `crate-name`, I -//! > would like you too assume that the library is located at +//! > would like you to assume that the library is located at //! > `path/to/the/crate.rlib`, and look nowhere else. Also, please do not //! > assume that the path I specified has the name `crate-name`. //! |
