summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/CountedIterator.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/library/scala/CountedIterator.scala b/src/library/scala/CountedIterator.scala
index cf45174e17..ab95b97d52 100644
--- a/src/library/scala/CountedIterator.scala
+++ b/src/library/scala/CountedIterator.scala
@@ -12,8 +12,7 @@
package scala;
-/** Buffered iterators are iterators which allow to inspect the next
- * element without discarding it.
+/** Counted iterators keep track of the number of elements seen so far
*
* @author Martin Odersky
* @version 1.0, 16/07/2003