We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf10f2 commit 0e47716Copy full SHA for 0e47716
src/doc/rustdoc/src/what-is-rustdoc.md
@@ -34,7 +34,7 @@ the main page is located in `doc/lib/index.html`. If you open that up in
34
a web browser, you will see a page with a search bar, and "Crate lib" at the
35
top, with no contents.
36
37
-You can also use `cargo doc` to generate documentation for the whole project.
+You can also use `cargo doc` to generate documentation for the whole project.
38
See [Using rustdoc with Cargo](#rustdoc-cargo).
39
40
## Configuring rustdoc
@@ -79,7 +79,7 @@ Cargo also has integration with `rustdoc` to make it easier to generate
79
docs. Instead of the `rustdoc` command, we could have done this:
80
81
```bash
82
-$ cargo doc
+$ cargo doc
83
$ cargo doc --open # automatically open
84
```
85
0 commit comments