mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:58:12 +00:00
Fix typo
This commit is contained in:
parent
653bcc8ad2
commit
c61785ea44
@ -650,7 +650,7 @@ pub trait Iterator {
|
||||
///
|
||||
/// let src = ["Hello", "to", "all", "people", "!!"].iter().copied();
|
||||
///
|
||||
/// // The closure mutably borrows it's context to generate an item.
|
||||
/// // The closure mutably borrows its context to generate an item.
|
||||
/// let mut happy_emojis = [" ❤️ ", " 😀 "].iter().copied();
|
||||
/// let separator = || happy_emojis.next().unwrap_or(" 🦀 ");
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user