Skip to content

Commit a8f7f5e

Browse files
committed
Fixed typo in sorted_unstable_by docs
1 parent c94846f commit a8f7f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ pub trait Itertools : Iterator {
22192219
/// Sort all iterator elements into a new iterator in ascending order.
22202220
///
22212221
/// **Note:** This consumes the entire iterator, uses the
2222-
/// `slice::sort__unstable_by()` method and returns the result as a new
2222+
/// `slice::sort_unstable_by()` method and returns the result as a new
22232223
/// iterator that owns its elements.
22242224
///
22252225
/// The sorted iterator, if directly collected to a `Vec`, is converted

0 commit comments

Comments
 (0)