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
+1 -1
View File
@@ -336,7 +336,7 @@
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.