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.
1 parent d4a2937 commit 4391157Copy full SHA for 4391157
src/lib.rs
@@ -1611,7 +1611,7 @@ pub trait Itertools : Iterator {
1611
/// Returns `true` if the given item is present in this iterator.
1612
///
1613
/// This method is short-circuiting. If the given item is present in this
1614
- /// iterator, the this method will consume the iterator up-to-and-including
+ /// iterator, this method will consume the iterator up-to-and-including
1615
/// the item. If the given item is not present in this iterator, the
1616
/// iterator will be exhausted.
1617
0 commit comments