We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253fc0e commit 595d818Copy full SHA for 595d818
src/libcore/iter/adapters/chain.rs
@@ -3,7 +3,7 @@ use crate::usize;
3
4
use super::super::{Iterator, DoubleEndedIterator, FusedIterator, TrustedLen};
5
6
-/// An iterator that strings two iterators together.
+/// An iterator that links two iterators together, in a chain.
7
///
8
/// This `struct` is created by the [`chain`] method on [`Iterator`]. See its
9
/// documentation for more.
0 commit comments