Skip to content

Commit 715c562

Browse files
authored
[ReviewFix] Linguistics
1 parent 7f2f9c6 commit 715c562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/traits/iterator.rs

+1-1
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)