mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Auto merge of #123597 - Gbd199:patch-1, r=jhpratt
Fix typo in library/core/src/iter/traits/iterator.rs
This commit is contained in:
commit
f65f84feb0
@ -1572,7 +1572,7 @@ pub trait Iterator {
|
|||||||
///
|
///
|
||||||
/// The returned iterator implements [`FusedIterator`], because once `self`
|
/// The returned iterator implements [`FusedIterator`], because once `self`
|
||||||
/// returns `None`, even if it returns a `Some(T)` again in the next iterations,
|
/// returns `None`, even if it returns a `Some(T)` again in the next iterations,
|
||||||
/// we cannot put it into a contigious array buffer, and thus the returned iterator
|
/// we cannot put it into a contiguous array buffer, and thus the returned iterator
|
||||||
/// should be fused.
|
/// should be fused.
|
||||||
///
|
///
|
||||||
/// [`slice::windows()`]: slice::windows
|
/// [`slice::windows()`]: slice::windows
|
||||||
|
Loading…
Reference in New Issue
Block a user