about summary refs log tree commit diff
path: root/src/doc/rustdoc
diff options
context:
space:
mode:
authorTakashi Idobe <mail@takashiidobe.com>2023-12-22 18:28:19 -0500
committerTakashi Idobe <mail@takashiidobe.com>2023-12-22 18:28:19 -0500
commitc20bdf247bd9266afe685ebe60a775d5bfa43373 (patch)
tree2165ffc9820ea2818a9f516163e93a661a19848f /src/doc/rustdoc
parent398fd92e177cd1a47ae1bb146506953e87e73d30 (diff)
downloadrust-c20bdf247bd9266afe685ebe60a775d5bfa43373.tar.gz
rust-c20bdf247bd9266afe685ebe60a775d5bfa43373.zip
fix some typos found scrolling through the docs
Diffstat (limited to 'src/doc/rustdoc')
-rw-r--r--src/doc/rustdoc/src/lints.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustdoc/src/lints.md b/src/doc/rustdoc/src/lints.md
index f15e6e451e7..63451e78763 100644
--- a/src/doc/rustdoc/src/lints.md
+++ b/src/doc/rustdoc/src/lints.md
@@ -415,9 +415,9 @@ warning: 1 warning emitted
 
 ## `redundant_explicit_links`
 
-This lint is **warned by default**. It detects explicit links that are same
+This lint is **warn-by-default**. It detects explicit links that are same
 as computed automatic links.
-This usually means the explicit links is removeable. For example:
+This usually means the explicit links are removeable. For example:
 
 ```rust
 #![warn(rustdoc::redundant_explicit_links)] // note: unnecessary - warns by default.