We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8c33d commit b8de84eCopy full SHA for b8de84e
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