We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16167c2 + 229c37b commit f3d6222Copy full SHA for f3d6222
alloc/src/collections/btree/dedup_sorted_iter.rs
@@ -1,6 +1,6 @@
1
use core::iter::Peekable;
2
3
-/// A iterator for deduping the key of a sorted iterator.
+/// An iterator for deduping the key of a sorted iterator.
4
/// When encountering the duplicated key, only the last key-value pair is yielded.
5
///
6
/// Used by [`BTreeMap::bulk_build_from_sorted_iter`][1].
0 commit comments