Skip to content

Commit

Permalink
typo in Comanad[Try] (#2699)
Browse files Browse the repository at this point in the history
that's all
  • Loading branch information
philipschwarz authored and kailuowang committed Jan 14, 2019
1 parent 31082eb commit 96a2b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alleycats-core/src/main/scala/alleycats/std/try.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object TryInstances {
// that the Monad[Try] instance has ended up here in Alleycats.
//
// Furthermore, since Cats has introduced a Bimonad[A], the Monad[Try]
// and Comanad[Try] instances have been replaced by a single Bimonad[Try]
// and Comonad[Try] instances have been replaced by a single Bimonad[Try]
// instance.
//
@export(Orphan)
Expand Down

0 comments on commit 96a2b16

Please sign in to comment.