Skip to content

Commit 30e1494

Browse files
authored
Merge pull request #629 from claudecodering/main
chore: remove repetitive word in comment
2 parents 5cbad7a + 04b610f commit 30e1494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ impl<K, V, S, const N: usize> IndexMap<K, V, S, N> {
805805
}
806806
}
807807

808-
/// Return an iterator over mutable references to the the values of the map, in insertion order
808+
/// Return an iterator over mutable references to the values of the map, in insertion order
809809
///
810810
/// ```
811811
/// use heapless::index_map::FnvIndexMap;

0 commit comments

Comments
 (0)