Skip to content

Commit

Permalink
Clearer leading sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Buchholz committed Dec 15, 2015
1 parent 5cf6253 commit 5538c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/iter.rs
Expand Up @@ -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
///
Expand Down

0 comments on commit 5538c6b

Please sign in to comment.