Fixed std::iter::Chain documentation
This commit is contained in:
parent
253fc0ed74
commit
595d818656
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ use crate::usize;
|
|||
|
||||
use super::super::{Iterator, DoubleEndedIterator, FusedIterator, TrustedLen};
|
||||
|
||||
/// An iterator that strings two iterators together.
|
||||
/// An iterator that links two iterators together, in a chain.
|
||||
///
|
||||
/// This `struct` is created by the [`chain`] method on [`Iterator`]. See its
|
||||
/// documentation for more.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue