We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5940c0f commit f2f504eCopy full SHA for f2f504e
core/src/iter/traits/iterator.rs
@@ -1572,7 +1572,7 @@ pub trait Iterator {
1572
///
1573
/// The returned iterator implements [`FusedIterator`], because once `self`
1574
/// returns `None`, even if it returns a `Some(T)` again in the next iterations,
1575
- /// 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
1576
/// should be fused.
1577
1578
/// [`slice::windows()`]: slice::windows
0 commit comments