diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-05-24 10:39:49 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-18 16:43:47 +0100 |
| commit | f3e4279ccc39f097f659f6e8eaf314e9e4da523e (patch) | |
| tree | aaa58baffdac95d76e88857fad556acfe9d610a6 /src/doc | |
| parent | dcccd28e42616ae97f3e0ec97be326f634a9e12c (diff) | |
| download | rust-f3e4279ccc39f097f659f6e8eaf314e9e4da523e.tar.gz rust-f3e4279ccc39f097f659f6e8eaf314e9e4da523e.zip | |
Apply review comments
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustdoc/src/command-line-arguments.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustdoc/src/command-line-arguments.md b/src/doc/rustdoc/src/command-line-arguments.md index 9bbb396323d..2c25baf373e 100644 --- a/src/doc/rustdoc/src/command-line-arguments.md +++ b/src/doc/rustdoc/src/command-line-arguments.md @@ -371,8 +371,8 @@ $ rustdoc src/lib.rs --themes /path/to/your/theme/file.css ### `theme-checker`: check if your themes implement all the required rules This flag allows you to check if your themes implement the necessary CSS rules. To put it more -simply, when adding a new theme, it needs to implements all the CSS rules present in the `ðark` and -`light` CSS themes. +simply, when adding a new theme, it needs to implements all the CSS rules present in the "light" +CSS theme. You can use this flag like this: |
