Clearer leading sentence
This commit is contained in:
parent
5cf6253da1
commit
5538c6b198
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue