Skip to content

Commit 8e4d0ac

Browse files
committed
CrateStore comment fix.
with -> which , and re-wrap line.
1 parent 170aced commit 8e4d0ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/middle/cstore.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ pub trait MetadataLoader {
178178
-> Result<MetadataRef, String>;
179179
}
180180

181-
/// A store of Rust crates, through with their metadata
182-
/// can be accessed.
181+
/// A store of Rust crates, through which their metadata can be accessed.
183182
///
184183
/// Note that this trait should probably not be expanding today. All new
185184
/// functionality should be driven through queries instead!

0 commit comments

Comments
 (0)