Skip to content

Commit 587f7c3

Browse files
committed
Auto merge of rust-lang#123597 - Gbd199:patch-1, r=jhpratt
Fix typo in library/core/src/iter/traits/iterator.rs
2 parents a7d8284 + f2f504e commit 587f7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ pub trait Iterator {
15721572
///
15731573
/// The returned iterator implements [`FusedIterator`], because once `self`
15741574
/// 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
1575+
/// we cannot put it into a contiguous array buffer, and thus the returned iterator
15761576
/// should be fused.
15771577
///
15781578
/// [`slice::windows()`]: slice::windows

0 commit comments

Comments
 (0)