Skip to content

Commit

Permalink
Closes #3958. No review.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Pokopec committed Nov 17, 2010
1 parent d41da60 commit cfa6808
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/library/scala/collection/TraversableOnce.scala
Expand Up @@ -22,6 +22,9 @@ import mutable.{ Buffer, ListBuffer, ArrayBuffer }
* It represents the implementations common to Iterators and
* Traversables, such as folds, conversions, and other operations which
* traverse some or all of the elements and return a derived value.
* Note that, while all the methods here can implemented in terms of
* foreach, some of them are defined in subtraits such as `TraversableLike`
* and `Iterator`.
*
* @author Martin Odersky
* @author Paul Phillips
Expand Down

0 comments on commit cfa6808

Please sign in to comment.