Skip to content

Commit 39d99ea

Browse files
Improve settings wording
1 parent 970174a commit 39d99ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/render.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1289,9 +1289,9 @@ fn settings(root_path: &str, suffix: &str) -> String {
12891289
.into(),
12901290
("auto-hide-attributes", "Auto-hide item attributes.", true).into(),
12911291
("auto-hide-method-docs", "Auto-hide item methods' documentation", false).into(),
1292-
("auto-hide-trait-implementations", "Auto-hide trait implementations documentation", true)
1292+
("auto-hide-trait-implementations", "Auto-hide trait implementation documentation", true)
12931293
.into(),
1294-
("auto-collapse-implementors", "Auto-collapse implementors", true).into(),
1294+
("auto-collapse-implementors", "Auto-hide implementors of a trait", true).into(),
12951295
("go-to-only-result", "Directly go to item in search if there is only one result", false)
12961296
.into(),
12971297
("line-numbers", "Show line numbers on code examples", false).into(),

0 commit comments

Comments
 (0)