fix some typos found scrolling through the docs

This commit is contained in:
Takashi Idobe 2023-12-22 18:28:19 -05:00
parent 398fd92e17
commit c20bdf247b
5 changed files with 7 additions and 7 deletions

View file

@ -186,8 +186,8 @@ declare_rustdoc_lint! {
}
declare_rustdoc_lint! {
/// This lint is **warned by default**. It detects explicit links that are same
/// as computed automatic links. This usually means the explicit links is removeable.
/// 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.
/// This is a `rustdoc` only lint, see the documentation in the [rustdoc book].
///
/// [rustdoc book]: ../../../rustdoc/lints.html#redundant_explicit_links