diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-07-26 10:15:23 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-11-18 16:43:48 +0100 |
| commit | 6f2d1f51eb43bcf555a1b3b71998eb7f18bd87de (patch) | |
| tree | a82f02b4a5298135aa37054b91ac678771f5e33c /src/doc | |
| parent | 8f44c604d2586220aea497b22153290e2505ab36 (diff) | |
| download | rust-6f2d1f51eb43bcf555a1b3b71998eb7f18bd87de.tar.gz rust-6f2d1f51eb43bcf555a1b3b71998eb7f18bd87de.zip | |
Fix typos
Co-Authored-By: Oliver Middleton <olliemail27@gmail.com>
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 48fd8272d24..5a0a8f76744 100644 --- a/src/doc/rustdoc/src/command-line-arguments.md +++ b/src/doc/rustdoc/src/command-line-arguments.md @@ -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 |
