Skip to content

Commit 29494a8

Browse files
Fix typos
Co-Authored-By: Oliver Middleton <[email protected]>
1 parent 2f535a4 commit 29494a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustdoc/src/command-line-arguments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ the given edition as well. As with `rustc`, the default edition that `rustdoc` w
361361

362362
## `themes`: add more themes to generated documentation
363363

364-
By default, `rustdoc` only provides the "dark" and light" themes. If you want to add new ones,
365-
you'll need to this flag as follows:
364+
By default, `rustdoc` only provides the "dark" and "light" themes. If you want to add new ones,
365+
you'll need to use this flag as follows:
366366

367367
```bash
368368
$ rustdoc src/lib.rs --themes /path/to/your/theme/file.css

0 commit comments

Comments
 (0)