Rollup merge of #23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcrichton
This commit is contained in:
commit
963bf1db61
@ -50,8 +50,8 @@
|
||||
//!
|
||||
//! ## Iteration
|
||||
//!
|
||||
//! The slices implement `IntoIterator`. The iterators of yield references
|
||||
//! to the slice elements.
|
||||
//! The slices implement `IntoIterator`. The iterator yields references to the
|
||||
//! slice elements.
|
||||
//!
|
||||
//! ```
|
||||
//! let numbers = &[0, 1, 2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user