1
Fork 0

Rollup merge of #25414 - apasel422:patch-1, r=alexcrichton

This commit is contained in:
Steve Klabnik 2015-05-14 20:30:43 -04:00
commit 8d522746f3

View file

@ -40,7 +40,7 @@
//! [`result`](result/index.html) modules define optional and
//! error-handling types, `Option` and `Result`. The
//! [`iter`](iter/index.html) module defines Rust's iterator trait,
//! [`Iterater`](iter/trait.Iterator.html), which works with the `for`
//! [`Iterator`](iter/trait.Iterator.html), which works with the `for`
//! loop to access collections.
//!
//! The common container type, `Vec`, a growable vector backed by an array,