Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/stdlib/Traversables.scala
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ object Traversables extends AnyFlatSpec with Matchers with org.scalaexercises.de
}

/**
* `toStream` will convert any `Traversable` to a `LazyList` where elements are evaluated as they
* `.to(LazyList)` will convert any `Traversable` to a `LazyList` where elements are evaluated as they
* are needed:
*/
def toLazyListFunctionTraversables(res0: Boolean, res1: LazyList[Int]) = {
Expand Down
Loading