1
Fork 0

Fix typo/grammar in locator.rs doc comment

This commit is contained in:
Daniel Bevenius 2022-07-23 07:31:20 +02:00
parent ed793d86da
commit db977ca37e

View file

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