Skip to content

Commit 3680683

Browse files
committed
fix typo
1 parent 6023246 commit 3680683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ warning: 1 warning emitted
417417

418418
This lint is **warn-by-default**. It detects explicit links that are the same
419419
as computed automatic links.
420-
This usually means the explicit links are removeable. For example:
420+
This usually means the explicit links are removable. For example:
421421

422422
```rust
423423
#![warn(rustdoc::redundant_explicit_links)] // note: unnecessary - warns by default.

0 commit comments

Comments
 (0)