Skip to content

Commit

Permalink
Merge pull request #3151 from stsatlantis/patch-1
Browse files Browse the repository at this point in the history
fix link to moniodK and Applicative
  • Loading branch information
travisbrown authored Nov 15, 2019
2 parents 1d1b261 + a0e95be commit c3eed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/typeclasses/alternative.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source: "core/src/main/scala/cats/Alternative.scala"
scaladoc: "#cats.Alternative"
---
# Alternative
Alternative extends [`Applicative`](`applicative.html`) with a [`MonoidK`](`monoidk.html`).
Alternative extends [`Applicative`](applicative.html) with a [`MonoidK`](monoidk.html).
Let's stub out all the operations just to remind ourselves what that gets us.

```tut:book:silent
Expand Down

0 comments on commit c3eed57

Please sign in to comment.