Skip to content

Commit cf43761

Browse files
committed
rustc: fix a typo in letter to rustc
1 parent 16e1fce commit cf43761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/metadata/loader.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
//! > Dear rustc,
130130
//! >
131131
//! > When you are attempting to load the immediate dependency `crate-name`, I
132-
//! > would like you too assume that the library is located at
132+
//! > would like you to assume that the library is located at
133133
//! > `path/to/the/crate.rlib`, and look nowhere else. Also, please do not
134134
//! > assume that the path I specified has the name `crate-name`.
135135
//!

0 commit comments

Comments
 (0)