Rollup merge of #99632 - danbev:locator.rs-typo, r=Dylan-DPC
Fix typo/grammar in locator.rs doc comment
This commit is contained in:
commit
7c5df1f425
@ -67,7 +67,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ## What criterion to select on?
|
//! ## 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:
|
//! 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
|
//! 1. Does the filename match an rlib/dylib pattern? That is to say, does the
|
||||||
|
Loading…
Reference in New Issue
Block a user