Skip to content

Commit

Permalink
Rollup merge of rust-lang#93404 - rust-lang:scottmcm-patch-1, r=wesle…
Browse files Browse the repository at this point in the history
…ywiser

Fix a typo from rust-lang#92899

Just happened to notice this in passing
  • Loading branch information
matthiaskrgr committed Jan 28, 2022
2 parents 6baf25e + 81b4e51 commit 27f6821
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 27f6821

Please sign in to comment.