We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7d8284 + f2f504e commit 587f7c3Copy full SHA for 587f7c3
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