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 575e192 commit f0b18e7Copy full SHA for f0b18e7
src/main/scala/catslib/Validated.scala
@@ -57,7 +57,7 @@ import ValidatedHelpers._
57
* def apply[A](implicit A: Read[A]): Read[A] = A
58
*
59
* implicit val stringRead: Read[String] =
60
- * new Read[String] { def read(s: String): Option[String] = Some(s) }
+ * new Read[String] { def read(s: String): Option[String] = Option(s) }
61
62
* implicit val intRead: Read[Int] =
63
* new Read[Int] {
0 commit comments