Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/etc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ code](https://doc.rust-lang.org/rustdoc/how-to-write-documentation.html), which
differ slightly from the recommended practices for documenting C++ code using
Doxygen.

The Cargo integration is documented at in the Cargo book under the [`cargo
The Cargo integration is documented in the Cargo book under the [`cargo
doc`](https://doc.rust-lang.org/cargo/commands/cargo-doc.html) and [`cargo
rustdoc`](https://doc.rust-lang.org/cargo/commands/cargo-rustdoc.html) commands,
as well as in the [doctests
Expand Down