diff options
| author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2022-07-23 07:31:20 +0200 |
|---|---|---|
| committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2022-07-23 07:31:20 +0200 |
| commit | db977ca37ed2adff2d3b04e2af10d0776f2e5aef (patch) | |
| tree | 19805768b8d9cc26667910f8f9d71fd0d6adf033 | |
| parent | ed793d86daa67fb1117dd1db8da5da765e0fc773 (diff) | |
| download | rust-db977ca37ed2adff2d3b04e2af10d0776f2e5aef.tar.gz rust-db977ca37ed2adff2d3b04e2af10d0776f2e5aef.zip | |
Fix typo/grammar in locator.rs doc comment
| -rw-r--r-- | compiler/rustc_metadata/src/locator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_metadata/src/locator.rs b/compiler/rustc_metadata/src/locator.rs index a72bcb9a2db..2c1c84b0be2 100644 --- a/compiler/rustc_metadata/src/locator.rs +++ b/compiler/rustc_metadata/src/locator.rs @@ -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 |
