Clearer leading sentence

This commit is contained in:
Christoffer Buchholz 2015-12-15 08:49:57 +01:00
parent 5cf6253da1
commit 5538c6b198

View file

@ -1113,8 +1113,8 @@ pub trait Iterator {
Take{iter: self, n: n}
}
/// An iterator adaptor similar to [`fold()`] but different because it holds
/// internal state and produces a new iterator.
/// An iterator adaptor similar to [`fold()`] that holds internal state and
/// produces a new iterator.
///
/// [`fold()`]: #method.fold
///