We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa56011 + 50fb669 commit 8d52274Copy full SHA for 8d52274
src/libstd/lib.rs
@@ -40,7 +40,7 @@
40
//! [`result`](result/index.html) modules define optional and
41
//! error-handling types, `Option` and `Result`. The
42
//! [`iter`](iter/index.html) module defines Rust's iterator trait,
43
-//! [`Iterater`](iter/trait.Iterator.html), which works with the `for`
+//! [`Iterator`](iter/trait.Iterator.html), which works with the `for`
44
//! loop to access collections.
45
//!
46
//! The common container type, `Vec`, a growable vector backed by an array,
0 commit comments