diff options
| author | whosehang <whosehang@outlook.com> | 2024-04-24 13:58:51 +0800 |
|---|---|---|
| committer | whosehang <whosehang@outlook.com> | 2024-04-24 13:58:51 +0800 |
| commit | 65d7c1d2d621c607174f429d5f7553210315dbae (patch) | |
| tree | d39cf7e818aaa04cc1698e04e2da483a8339b802 /src/librustdoc/lint.rs | |
| parent | c1feb3eceef7d5f0126c309a87062cf413fe0a25 (diff) | |
| download | rust-65d7c1d2d621c607174f429d5f7553210315dbae.tar.gz rust-65d7c1d2d621c607174f429d5f7553210315dbae.zip | |
chore: fix some typos in comments
Signed-off-by: whosehang <whosehang@outlook.com>
Diffstat (limited to 'src/librustdoc/lint.rs')
| -rw-r--r-- | src/librustdoc/lint.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/lint.rs b/src/librustdoc/lint.rs index f78743a7917..dd2bb47e592 100644 --- a/src/librustdoc/lint.rs +++ b/src/librustdoc/lint.rs @@ -187,7 +187,7 @@ declare_rustdoc_lint! { declare_rustdoc_lint! { /// This lint is **warn-by-default**. It detects explicit links that are the same - /// as computed automatic links. This usually means the explicit links are removeable. + /// as computed automatic links. This usually means the explicit links are removable. /// This is a `rustdoc` only lint, see the documentation in the [rustdoc book]. /// /// [rustdoc book]: ../../../rustdoc/lints.html#redundant_explicit_links |
