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`
|
||||
/// 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.
|
||||
///
|
||||
/// [`slice::windows()`]: slice::windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user