Skip to content

Commit 40e5b18

Browse files
committed
Auto merge of rust-lang#40461 - stjepang:iterator-typo, r=frewsxcv
Fix a typo in Rev iterator docs r? @GuillaumeGomez
2 parents 75fb56f + 9eff235 commit 40e5b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ mod range;
336336
mod sources;
337337
mod traits;
338338

339-
/// An double-ended iterator with the direction inverted.
339+
/// A double-ended iterator with the direction inverted.
340340
///
341341
/// This `struct` is created by the [`rev()`] method on [`Iterator`]. See its
342342
/// documentation for more.

0 commit comments

Comments
 (0)