Skip to content

Commit 7c5df1f

Browse files
authored
Rollup merge of #99632 - danbev:locator.rs-typo, r=Dylan-DPC
Fix typo/grammar in locator.rs doc comment
2 parents f510d98 + db977ca commit 7c5df1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_metadata/src/locator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
//!
6868
//! ## What criterion to select on?
6969
//!
70-
//! This a pretty tricky area of loading crates. Given a file, how do we know
70+
//! This is a pretty tricky area of loading crates. Given a file, how do we know
7171
//! whether it's the right crate? Currently, the rules look along these lines:
7272
//!
7373
//! 1. Does the filename match an rlib/dylib pattern? That is to say, does the

0 commit comments

Comments
 (0)