Skip to content

Commit 8ecccb2

Browse files
lukasluegJohnTitor
andauthored
Update library/core/src/iter/traits/iterator.rs
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 0a294b5 commit 8ecccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ pub trait Iterator {
944944
/// Note that the underlying iterator is still advanced when [`peek`] or
945945
/// [`peek_mut`] are called for the first time: In order to retrieve the
946946
/// next element, [`next`] is called on the underlying iterator, hence any
947-
/// side effects (i.e. anything other than fetching the next value) of
947+
/// side effects (i.e. anything other than fetching the next value) of
948948
/// the [`next`] method will occur.
949949
///
950950
///

0 commit comments

Comments
 (0)