We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af52207 commit 50fb669Copy full SHA for 50fb669
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