diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index c0d8d8eacf797..171b653f60c17 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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,