From 3fadc27e822365d8d8204eb5007c0aec4e7ca19d Mon Sep 17 00:00:00 2001
From: wangcundashang <wangcundashang@qq.com>
Date: Sat, 19 Apr 2025 00:02:05 +0800
Subject: [PATCH] chore: remove duplicate word in comment

Signed-off-by: wangcundashang <wangcundashang@qq.com>
---
 src/cargo/util/context/path.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cargo/util/context/path.rs b/src/cargo/util/context/path.rs
index 3fa318bb8ca..84e5e9246e9 100644
--- a/src/cargo/util/context/path.rs
+++ b/src/cargo/util/context/path.rs
@@ -36,7 +36,7 @@ impl ConfigRelativePath {
     /// Same as [`Self::resolve_path`] but will make string replacements
     /// before resolving the path.
     ///
-    /// `replacements` should be an an [`IntoIterator`] of tuples with the "from" and "to" for the
+    /// `replacements` should be an [`IntoIterator`] of tuples with the "from" and "to" for the
     /// string replacement
     pub fn resolve_templated_path(
         &self,