Rollup merge of #93404 - rust-lang:scottmcm-patch-1, r=wesleywiser
Fix a typo from #92899 Just happened to notice this in passing
This commit is contained in:
commit
27f68212ab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue