Skip to content

Commit 595d818

Browse files
committed
Fixed std::iter::Chain documentation
1 parent 253fc0e commit 595d818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/adapters/chain.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::usize;
33

44
use super::super::{Iterator, DoubleEndedIterator, FusedIterator, TrustedLen};
55

6-
/// An iterator that strings two iterators together.
6+
/// An iterator that links two iterators together, in a chain.
77
///
88
/// This `struct` is created by the [`chain`] method on [`Iterator`]. See its
99
/// documentation for more.

0 commit comments

Comments
 (0)