diff --git a/CHANGELOG.md b/CHANGELOG.md index b8540fe71..c663e4f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -235,7 +235,7 @@ - External subcommands can now inherit jobserver file descriptors from Cargo. [#10511](https://github.com/rust-lang/cargo/pull/10511) - Added an API documentation for private items in cargo-the-library. See - . + . [#11019](https://github.com/rust-lang/cargo/pull/11019) ### Changed diff --git a/src/cargo/lib.rs b/src/cargo/lib.rs index f6aadcce9..201d43169 100644 --- a/src/cargo/lib.rs +++ b/src/cargo/lib.rs @@ -14,7 +14,7 @@ //! There are two places you can find API documentation of cargo-the-library, //! //! - and -//! - . +//! - . //! //! Each of them targets on a slightly different audience. //! @@ -33,7 +33,7 @@ //! //! ## For Cargo contributors //! -//! The documentation on contains all items in Cargo. +//! The documentation on contains all items in Cargo. //! Contributors of Cargo may find it useful as a reference of Cargo's implementation details. //! It's built with `--document-private-items` rustdoc flag, //! so you might expect to see some noise and strange items here.