Skip to content

Commit 2c25b43

Browse files
Vagesjuanpedromoreno
authored andcommitted
Update Traversables.scala (#95)
Change asterisk to backquote to fix a problem with incorrect markdown formatting
1 parent d1a37fa commit 2c25b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/stdlib/Traversables.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ object Traversables extends FlatSpec with Matchers with org.scalaexercises.defin
149149
result.isInstanceOf[IndexedSeq[_]] should be(res0)
150150
}
151151

152-
/** `toStream` will convert any `Traversable* to a `Stream` which is a lazy list where elements are evaluated as they are needed:
152+
/** `toStream` will convert any `Traversable` to a `Stream` which is a lazy list where elements are evaluated as they are needed:
153153
*/
154154
def toStreamFunctionTraversables(res0: Boolean, res1: Stream[Int]) {
155155
val list = List(4, 6, 7, 8, 9, 13, 14)

0 commit comments

Comments
 (0)