Skip to content

Commit

Permalink
Rollup merge of #93404 - rust-lang:scottmcm-patch-1, r=wesleywiser
Browse files Browse the repository at this point in the history
Fix a typo from #92899

Just happened to notice this in passing
  • Loading branch information
matthiaskrgr authored Jan 28, 2022
2 parents e9105fe + 81b4e51 commit a7d5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
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 a7d5966

Please sign in to comment.