Skip to content

Commit 5538c6b

Browse files
author
Christoffer Buchholz
committed
Clearer leading sentence
1 parent 5cf6253 commit 5538c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/iter.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,8 @@ pub trait Iterator {
11131113
Take{iter: self, n: n}
11141114
}
11151115

1116-
/// An iterator adaptor similar to [`fold()`] but different because it holds
1117-
/// internal state and produces a new iterator.
1116+
/// An iterator adaptor similar to [`fold()`] that holds internal state and
1117+
/// produces a new iterator.
11181118
///
11191119
/// [`fold()`]: #method.fold
11201120
///

0 commit comments

Comments
 (0)