Skip to content

Commit 07adba3

Browse files
Merge pull request #130 from chipmunklimo/master
Update EitherSection.scala
2 parents 5a75c8b + 70d0311 commit 07adba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/catslib/EitherSection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ object EitherStyleWithAdts {
8888
*
8989
* In general, `Validated` is used to accumulate errors, while `Either` is used to short-circuit a computation upon the
9090
* first error. For more information, see the
91-
* [`Validated` vs `Either`](https://typelevel.org/cats/datatypes/validated.html#validated-vs-either)
91+
* [[https://typelevel.org/cats/datatypes/validated.html#validated-vs-either Validated vs Either]]
9292
* section of the `Validated` documentation.
9393
*
9494
* @param name either

0 commit comments

Comments
 (0)