about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-05-24 10:39:49 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2019-11-18 16:43:47 +0100
commitf3e4279ccc39f097f659f6e8eaf314e9e4da523e (patch)
treeaaa58baffdac95d76e88857fad556acfe9d610a6 /src/doc
parentdcccd28e42616ae97f3e0ec97be326f634a9e12c (diff)
downloadrust-f3e4279ccc39f097f659f6e8eaf314e9e4da523e.tar.gz
rust-f3e4279ccc39f097f659f6e8eaf314e9e4da523e.zip
Apply review comments
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustdoc/src/command-line-arguments.md4
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: