We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a294b5 commit 8ecccb2Copy full SHA for 8ecccb2
core/src/iter/traits/iterator.rs
@@ -944,7 +944,7 @@ pub trait Iterator {
944
/// Note that the underlying iterator is still advanced when [`peek`] or
945
/// [`peek_mut`] are called for the first time: In order to retrieve the
946
/// next element, [`next`] is called on the underlying iterator, hence any
947
- /// side effects (i.e. anything other than fetching the next value) of
+ /// side effects (i.e. anything other than fetching the next value) of
948
/// the [`next`] method will occur.
949
///
950
0 commit comments