Skip to content

Commit

Permalink
Fix typo/grammar in locator.rs doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Jul 23, 2022
1 parent ed793d8 commit db977ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_metadata/src/locator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
//!
//! ## What criterion to select on?
//!
//! This a pretty tricky area of loading crates. Given a file, how do we know
//! This is a pretty tricky area of loading crates. Given a file, how do we know
//! whether it's the right crate? Currently, the rules look along these lines:
//!
//! 1. Does the filename match an rlib/dylib pattern? That is to say, does the
Expand Down

0 comments on commit db977ca

Please sign in to comment.