Fix typos
Co-Authored-By: Oliver Middleton <olliemail27@gmail.com>
This commit is contained in:
parent
8f44c604d2
commit
6f2d1f51eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue