Skip to content

Commit 81b4e51

Browse files
authoredJan 28, 2022
Fix a typo from #92899
Just happened to notice this in passing
1 parent 1b41093 commit 81b4e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ pub trait Iterator {
515515
/// assert_eq!((2, 'o'), zipper[2]);
516516
/// ```
517517
///
518-
/// If both iterators have roughly equivalent syntax, it may me more readable to use [`zip`]:
518+
/// If both iterators have roughly equivalent syntax, it may be more readable to use [`zip`]:
519519
///
520520
/// ```
521521
/// use std::iter::zip;

0 commit comments

Comments
 (0)
Please sign in to comment.