]> git.lizzy.rs Git - rust.git/commitdiff
CrateStore comment fix.
authorEdd Barrett <vext01@gmail.com>
Fri, 16 Aug 2019 09:16:40 +0000 (10:16 +0100)
committerEdd Barrett <vext01@gmail.com>
Fri, 16 Aug 2019 09:16:40 +0000 (10:16 +0100)
with -> which , and re-wrap line.

src/librustc/middle/cstore.rs

index d37b2367ae77e45def26db8fbf73118567a33432..de84fcd7160dffd729e8a27f0cb0307006e21ad3 100644 (file)
@@ -178,8 +178,7 @@ fn get_dylib_metadata(&self,
                           -> Result<MetadataRef, String>;
 }
 
-/// A store of Rust crates, through with their metadata
-/// can be accessed.
+/// A store of Rust crates, through which their metadata can be accessed.
 ///
 /// Note that this trait should probably not be expanding today. All new
 /// functionality should be driven through queries instead!