Skip to content

Commit 5d0a75a

Browse files
Minor formatting: the code part is 'Option', not 'Options' (#182)
1 parent bb56cac commit 5d0a75a

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
@@ -72,7 +72,7 @@ object Traversables extends AnyFlatSpec with Matchers with org.scalaexercises.de
7272
result should be(res0)
7373
}
7474

75-
/** `flatMap` of `Options` will filter out all `None`s but keep the `Some`s:
75+
/** `flatMap` of `Option`s will filter out all `None`s but keep the `Some`s:
7676
*/
7777
def flatMapOfOptionsTraversables(res0: List[Int]) = {
7878
val list = List(1, 2, 3, 4, 5)

0 commit comments

Comments
 (0)