We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6baf25e + 81b4e51 commit 27f6821Copy full SHA for 27f6821
library/core/src/iter/traits/iterator.rs
@@ -515,7 +515,7 @@ pub trait Iterator {
515
/// assert_eq!((2, 'o'), zipper[2]);
516
/// ```
517
///
518
- /// If both iterators have roughly equivalent syntax, it may me more readable to use [`zip`]:
+ /// If both iterators have roughly equivalent syntax, it may be more readable to use [`zip`]:
519
520
521
/// use std::iter::zip;
0 commit comments