We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bbb25 commit b5579c2Copy full SHA for b5579c2
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 883d583faa9f33e69dce4b913f47a2d09e8b584d
+refs/heads/master: 073225572a1c7c7dc9f7c2740514557105950807
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 18e3db7392d2d0697b7e27d6d986139960144d85
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
trunk/src/libcore/iterator.rs
@@ -184,7 +184,7 @@ impl<A, T: Iterator<A>> IteratorUtil<A> for T {
184
return accum;
185
}
186
187
- /// Count the number of an iterator elemenrs
+ /// Count the number of items yielded by an iterator
188
#[inline(always)]
189
fn count(&mut self) -> uint { self.fold(0, |cnt, _x| cnt + 1) }
190
0 commit comments