Skip to content

Commit caed277

Browse files
committed
Canonicalize some free functions (3.2) kmerge_by: documentation
1 parent 4d7f793 commit caed277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kmerge_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl<I, F> fmt::Debug for KMergeBy<I, F>
170170

171171
/// Create an iterator that merges elements of the contained iterators.
172172
///
173-
/// Equivalent to `iterable.into_iter().kmerge_by(less_than)`.
173+
/// [`IntoIterator`] enabled version of [`Itertools::kmerge_by`].
174174
pub fn kmerge_by<I, F>(iterable: I, mut less_than: F)
175175
-> KMergeBy<<I::Item as IntoIterator>::IntoIter, F>
176176
where I: IntoIterator,

0 commit comments

Comments
 (0)