Skip to content

Commit

Permalink
[ReviewFix] Linguistics
Browse files Browse the repository at this point in the history
  • Loading branch information
xkr47 committed Dec 13, 2021
1 parent 7f2f9c6 commit 715c562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,7 @@ pub trait Iterator {
/// Instead of stopping at [`None`], the iterator will instead start again,
/// from the beginning. After iterating again, it will start at the
/// beginning again. And again. And again. Forever. Note that in case the
/// original iterator is empty the resulting iterator will also be empty.
/// original iterator is empty, the resulting iterator will also be empty.
///
/// # Examples
///
Expand Down

0 comments on commit 715c562

Please sign in to comment.