Skip to content

Commit

Permalink
Fix a typo from #92899
Browse files Browse the repository at this point in the history
Just happened to notice this in passing
  • Loading branch information
scottmcm committed Jan 28, 2022
1 parent 1b41093 commit 81b4e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Expand Up @@ -515,7 +515,7 @@ pub trait Iterator {
/// assert_eq!((2, 'o'), zipper[2]);
/// ```
///
/// 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`]:
///
/// ```
/// use std::iter::zip;
Expand Down

0 comments on commit 81b4e51

Please sign in to comment.