Skip to content

Commit f986822

Browse files
committed
Fix anchor
1 parent 09d58c1 commit f986822

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
@@ -73,7 +73,7 @@ check it out! It should show a link to the `foo` function's page, which
7373
is located at `doc/docs/fn.foo.html`. On that page, you'll see the "foo is
7474
a function" we put inside the documentation comment in our crate.
7575

76-
## <a name="rustdoc-cargo"></a> Using rustdoc with Cargo
76+
## Using rustdoc with Cargo
7777

7878
Cargo also has integration with `rustdoc` to make it easier to generate
7979
docs. Instead of the `rustdoc` command, we could have done this:
@@ -82,7 +82,7 @@ docs. Instead of the `rustdoc` command, we could have done this:
8282
$ cargo doc
8383
```
8484

85-
If you want `cargo` to open the generated documentation once generated, you can use:
85+
If you want `cargo` to automatically open the generated documentation, you can use:
8686

8787
```bash
8888
$ cargo doc --open

0 commit comments

Comments
 (0)