mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
[ReviewFix] Linguistics
This commit is contained in:
@@ -3029,7 +3029,7 @@ fn cloned<'a, T: 'a>(self) -> Cloned<Self>
|
||||
/// 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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user