Fix a typo in Rev docs

This commit is contained in:
Stjepan Glavina 2017-03-13 00:24:17 +01:00
parent 824c9ebbd5
commit 9eff235beb

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.