Skip to content

Commit

Permalink
Fixed std::iter::Chain documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Nov 1, 2019
1 parent 253fc0e commit 595d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/iter/adapters/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 595d818

Please sign in to comment.