Fix typo/grammar in locator.rs doc comment
This commit is contained in:
parent
ed793d86da
commit
db977ca37e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue