Skip to content

Commit

Permalink
Rollup merge of rust-lang#23821 - nicholasbishop:bishop-slice-iter-ty…
Browse files Browse the repository at this point in the history
…po-fix, r=alexcrichton
  • Loading branch information
Manishearth committed Mar 29, 2015
2 parents a96ee9d + 256e78a commit 963bf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcollections/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 963bf1d

Please sign in to comment.