Skip to content

Commit 0a46684

Browse files
committed
Fixed doc comment on DedupeIter::dedupe_key_extractor
1 parent bec07a1 commit 0a46684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pallet-humanode-session/src/utils/dedupe_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ where
2222
/// The source iterator.
2323
pub source: Source,
2424

25-
/// The the dedupe key extractor.
25+
/// The dedupe key extractor.
2626
pub dedupe_key_extractor: DedupeKeyExtractor,
2727

2828
/// The state for tracking the duplicates.

0 commit comments

Comments
 (0)