Auto merge of #40461 - stjepang:iterator-typo, r=frewsxcv

Fix a typo in Rev iterator docs

r? @GuillaumeGomez
This commit is contained in:
bors 2017-03-13 06:20:10 +00:00
commit 40e5b18609

View File

@ -336,7 +336,7 @@ mod range;
mod sources;
mod traits;
/// An double-ended iterator with the direction inverted.
/// A double-ended iterator with the direction inverted.
///
/// This `struct` is created by the [`rev()`] method on [`Iterator`]. See its
/// documentation for more.