Skip to content

Commit 0e47716

Browse files
committed
remove trailing space
1 parent 7bf10f2 commit 0e47716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustdoc/src/what-is-rustdoc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the main page is located in `doc/lib/index.html`. If you open that up in
3434
a web browser, you will see a page with a search bar, and "Crate lib" at the
3535
top, with no contents.
3636

37-
You can also use `cargo doc` to generate documentation for the whole project.
37+
You can also use `cargo doc` to generate documentation for the whole project.
3838
See [Using rustdoc with Cargo](#rustdoc-cargo).
3939

4040
## Configuring rustdoc
@@ -79,7 +79,7 @@ Cargo also has integration with `rustdoc` to make it easier to generate
7979
docs. Instead of the `rustdoc` command, we could have done this:
8080

8181
```bash
82-
$ cargo doc
82+
$ cargo doc
8383
$ cargo doc --open # automatically open
8484
```
8585

0 commit comments

Comments
 (0)