From 3c52acf2303276a27360117319dca766a8be1ea4 Mon Sep 17 00:00:00 2001 From: Ben Przybyszewski <84808053+przb@users.noreply.github.com> Date: Wed, 26 Nov 2025 23:25:23 -0600 Subject: [PATCH] Fix typo in documentation for cargo doc links --- src/etc/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/documentation.md b/src/etc/documentation.md index 8d66461..f47151c 100644 --- a/src/etc/documentation.md +++ b/src/etc/documentation.md @@ -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