Skip to content

Commit 963bf1d

Browse files
committed
Rollup merge of rust-lang#23821 - nicholasbishop:bishop-slice-iter-typo-fix, r=alexcrichton
2 parents a96ee9d + 256e78a commit 963bf1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcollections/slice.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
//!
5151
//! ## Iteration
5252
//!
53-
//! The slices implement `IntoIterator`. The iterators of yield references
54-
//! to the slice elements.
53+
//! The slices implement `IntoIterator`. The iterator yields references to the
54+
//! slice elements.
5555
//!
5656
//! ```
5757
//! let numbers = &[0, 1, 2];

0 commit comments

Comments
 (0)