Skip to content

Commit 8d52274

Browse files
committed
Rollup merge of #25414 - apasel422:patch-1, r=alexcrichton
2 parents aa56011 + 50fb669 commit 8d52274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
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)