]> git.lizzy.rs Git - rust.git/commitdiff
Fix typos
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 26 Jul 2019 08:15:23 +0000 (10:15 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 18 Nov 2019 15:43:48 +0000 (16:43 +0100)
Co-Authored-By: Oliver Middleton <olliemail27@gmail.com>
src/doc/rustdoc/src/command-line-arguments.md

index 48fd8272d24f3e78b6a92eb1bb947b7a551a619f..5a0a8f767442f6594c7c8dbb63da979c859a01a9 100644 (file)
@@ -361,8 +361,8 @@ the given edition as well. As with `rustc`, the default edition that `rustdoc` w
 
 ## `themes`: add more themes to generated documentation
 
-By default, `rustdoc` only provides the "dark" and light" themes. If you want to add new ones,
-you'll need to this flag as follows:
+By default, `rustdoc` only provides the "dark" and "light" themes. If you want to add new ones,
+you'll need to use this flag as follows:
 
 ```bash
 $ rustdoc src/lib.rs --themes /path/to/your/theme/file.css