Skip to content

Commit

Permalink
Fix typo in docstring for slice
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Mar 29, 2015
1 parent c89de2c commit 256e78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcollections/slice.rs
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 256e78a

Please sign in to comment.