We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b41093 commit 81b4e51Copy full SHA for 81b4e51
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