diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-10-10 12:09:01 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-18 16:43:48 +0100 |
| commit | 530d866aef047fa0f20a655676fd0b3ff4cbf86b (patch) | |
| tree | 4ea67a6ed746ad68f458de5e8060f0e91f0c12b2 /src/doc/rustdoc | |
| parent | 8f9014d98f88c57dbd786a3b9ac86c5bfcdcb401 (diff) | |
| download | rust-530d866aef047fa0f20a655676fd0b3ff4cbf86b.tar.gz rust-530d866aef047fa0f20a655676fd0b3ff4cbf86b.zip | |
Apply review comments
Diffstat (limited to 'src/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/command-line-arguments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/command-line-arguments.md b/src/doc/rustdoc/src/command-line-arguments.md index c935699abb0..40bd6f43c61 100644 --- a/src/doc/rustdoc/src/command-line-arguments.md +++ b/src/doc/rustdoc/src/command-line-arguments.md @@ -374,7 +374,7 @@ Note that the theme's name will be the file name without its extension. So if yo ### `check-theme`: 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 "light" +simply, when adding a new theme, it needs to implement all the CSS rules present in the "light" CSS theme. You can use this flag like this: |
