Skip to content

Commit 4391157

Browse files
authored
Update src/lib.rs
1 parent d4a2937 commit 4391157

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
@@ -1611,7 +1611,7 @@ pub trait Itertools : Iterator {
16111611
/// Returns `true` if the given item is present in this iterator.
16121612
///
16131613
/// 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
1614+
/// iterator, this method will consume the iterator up-to-and-including
16151615
/// the item. If the given item is not present in this iterator, the
16161616
/// iterator will be exhausted.
16171617
///

0 commit comments

Comments
 (0)