Skip to content

Commit 50fb669

Browse files
committed
s/Iterater/Iterator/
1 parent af52207 commit 50fb669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

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

0 commit comments

Comments
 (0)