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 bb56cac commit 5d0a75aCopy full SHA for 5d0a75a
src/main/scala/stdlib/Traversables.scala
@@ -72,7 +72,7 @@ object Traversables extends AnyFlatSpec with Matchers with org.scalaexercises.de
72
result should be(res0)
73
}
74
75
- /** `flatMap` of `Options` will filter out all `None`s but keep the `Some`s:
+ /** `flatMap` of `Option`s will filter out all `None`s but keep the `Some`s:
76
*/
77
def flatMapOfOptionsTraversables(res0: List[Int]) = {
78
val list = List(1, 2, 3, 4, 5)
0 commit comments