Fix typo in rustdoc.md

This commit is contained in:
Philip Munksgaard 2018-04-03 16:27:29 +02:00 committed by Who? Me?!
parent b9e26653c8
commit 7a3cf36d65
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ documentation:
Naturally, there's more than just this, and those descriptions simplify out Naturally, there's more than just this, and those descriptions simplify out
lots of details, but that's the high-level overview. lots of details, but that's the high-level overview.
(Side note: `librustdoc` is a library crate! The `rustdoc` binary is crated (Side note: `librustdoc` is a library crate! The `rustdoc` binary is created
using the project in [`src/tools/rustdoc`][bin]. Note that literally all that using the project in [`src/tools/rustdoc`][bin]. Note that literally all that
does is call the `main()` that's in this crate's `lib.rs`, though.) does is call the `main()` that's in this crate's `lib.rs`, though.)