Rollup merge of #99632 - danbev:locator.rs-typo, r=Dylan-DPC

Fix typo/grammar in locator.rs doc comment
This commit is contained in:
Matthias Krüger 2022-07-23 12:08:14 +02:00 committed by GitHub
commit 7c5df1f425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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