Skip to content

Commit 3fadc27

Browse files
chore: remove duplicate word in comment
Signed-off-by: wangcundashang <[email protected]>
1 parent 185c695 commit 3fadc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/context/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl ConfigRelativePath {
3636
/// Same as [`Self::resolve_path`] but will make string replacements
3737
/// before resolving the path.
3838
///
39-
/// `replacements` should be an an [`IntoIterator`] of tuples with the "from" and "to" for the
39+
/// `replacements` should be an [`IntoIterator`] of tuples with the "from" and "to" for the
4040
/// string replacement
4141
pub fn resolve_templated_path(
4242
&self,

0 commit comments

Comments
 (0)