rustc: fix a typo in letter to rustc

This commit is contained in:
Richo Healey 2015-04-15 00:07:25 -07:00
parent 16e1fcead1
commit cf43761de4
1 changed files with 1 additions and 1 deletions

View File

@ -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`.
//!