Skip to content

Commit 25740fc

Browse files
committed
rustdoc: --default-theme: minor grammar fix to usage message
Signed-off-by: Ian Jackson <[email protected]>
1 parent c4926d0 commit 25740fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ fn opts() -> Vec<RustcOptGroup> {
275275
"default-theme",
276276
"Set the default theme. THEME should be the theme name, generally lowercase. \
277277
If an unknown default theme is specified, the builtin default is used. \
278-
The set of themes, and the rustdoc built-in default is not stable.",
278+
The set of themes, and the rustdoc built-in default, are not stable.",
279279
"THEME",
280280
)
281281
}),

0 commit comments

Comments
 (0)