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.
2 parents 7461054 + f0b18e7 commit b96b35aCopy full SHA for b96b35a
src/main/scala/catslib/Validated.scala
@@ -70,7 +70,7 @@ import ValidatedHelpers._
70
* def apply[A](implicit A: Read[A]): Read[A] = A
71
*
72
* implicit val stringRead: Read[String] =
73
- * new Read[String] { def read(s: String): Option[String] = Some(s) }
+ * new Read[String] { def read(s: String): Option[String] = Option(s) }
74
75
* implicit val intRead: Read[Int] =
76
* new Read[Int] {
0 commit comments