diff options
| author | Ian Jackson <ijackson@chiark.greenend.org.uk> | 2020-12-02 18:31:55 +0000 |
|---|---|---|
| committer | Ian Jackson <ijackson@chiark.greenend.org.uk> | 2020-12-02 18:31:55 +0000 |
| commit | 25740fc6823ee3901e5917869b1f1ae1b4373c5e (patch) | |
| tree | ebc377718e19188ec95c4b7f866eeddf92790467 | |
| parent | c4926d01ada661d4fbffb0e5b1708ae5463d47b3 (diff) | |
| download | rust-25740fc6823ee3901e5917869b1f1ae1b4373c5e.tar.gz rust-25740fc6823ee3901e5917869b1f1ae1b4373c5e.zip | |
rustdoc: --default-theme: minor grammar fix to usage message
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
| -rw-r--r-- | src/librustdoc/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index 751f2301053..951bb27a9fa 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -275,7 +275,7 @@ fn opts() -> Vec<RustcOptGroup> { "default-theme", "Set the default theme. THEME should be the theme name, generally lowercase. \ If an unknown default theme is specified, the builtin default is used. \ - The set of themes, and the rustdoc built-in default is not stable.", + The set of themes, and the rustdoc built-in default, are not stable.", "THEME", ) }), |
