Skip to content

Commit

Permalink
Correct some mistakes in Comonad documentatoin (#3081)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhj authored and kailuowang committed Sep 23, 2019
1 parent 7fb4001 commit f739667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/typeclasses/comonad.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scaladoc: "#cats.Comonad"

`Comonad` is a `Functor` and provides duals of the [`Monad`](monad.html) `pure`
and `flatMap` functions. A dual to a function has the same types but the
direction of the arrows are reversed. Whether or not that is useful even possible
direction of the arrows are reversed. Whether or not that is useful, or even possible,
depends on the particular type. For a more formal definition of duality, please
refer to [https://ncatlab.org/nlab/show/duality](https://ncatlab.org/nlab/show/duality).

Expand Down

0 comments on commit f739667

Please sign in to comment.