Skip to content

Commit d265cbd

Browse files
authored
[ReviewFix] Linguistics
1 parent fa65d6f commit d265cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/iter/traits/iterator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3029,7 +3029,7 @@ pub trait Iterator {
30293029
/// Instead of stopping at [`None`], the iterator will instead start again,
30303030
/// from the beginning. After iterating again, it will start at the
30313031
/// beginning again. And again. And again. Forever. Note that in case the
3032-
/// original iterator is empty the resulting iterator will also be empty.
3032+
/// original iterator is empty, the resulting iterator will also be empty.
30333033
///
30343034
/// # Examples
30353035
///

0 commit comments

Comments
 (0)