diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-04-15 17:26:07 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-04-15 17:26:07 -0400 |
| commit | b5378f452e301dbcdf49cc6514a98f3367901d18 (patch) | |
| tree | ba84178b4397edbf49ddd1901b14a7f890bc9120 /src/librustc | |
| parent | 68a9e6a9339660e5a3c2c04e7c8083fdd6fd0cf5 (diff) | |
| parent | cf43761de448c859cfe487125b9a6923a5eb9b66 (diff) | |
| download | rust-b5378f452e301dbcdf49cc6514a98f3367901d18.tar.gz rust-b5378f452e301dbcdf49cc6514a98f3367901d18.zip | |
Rollup merge of #24449 - richo:typo, r=alexcrichton
Spotted a typo, opened a tiny PR.
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`. //! |
