We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2f9c6 commit 715c562Copy full SHA for 715c562
library/core/src/iter/traits/iterator.rs
@@ -3029,7 +3029,7 @@ pub trait Iterator {
3029
/// Instead of stopping at [`None`], the iterator will instead start again,
3030
/// from the beginning. After iterating again, it will start at the
3031
/// beginning again. And again. And again. Forever. Note that in case the
3032
- /// original iterator is empty the resulting iterator will also be empty.
+ /// original iterator is empty, the resulting iterator will also be empty.
3033
///
3034
/// # Examples
3035
0 commit comments