]> git.lizzy.rs Git - rust.git/commitdiff
s/Iterater/Iterator/
authorAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 14 May 2015 19:57:33 +0000 (15:57 -0400)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 14 May 2015 19:57:33 +0000 (15:57 -0400)
src/libstd/lib.rs

index c0d8d8eacf797f8702c27e1a97f89ea9682cfeb9..171b653f60c17eb090b7f9972454330fdcd6e38f 100644 (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,