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.
sorted_unstable_by
1 parent c94846f commit a8f7f5eCopy full SHA for a8f7f5e
src/lib.rs
@@ -2219,7 +2219,7 @@ pub trait Itertools : Iterator {
2219
/// Sort all iterator elements into a new iterator in ascending order.
2220
///
2221
/// **Note:** This consumes the entire iterator, uses the
2222
- /// `slice::sort__unstable_by()` method and returns the result as a new
+ /// `slice::sort_unstable_by()` method and returns the result as a new
2223
/// iterator that owns its elements.
2224
2225
/// The sorted iterator, if directly collected to a `Vec`, is converted
0 commit comments