Skip to content

Commit

Permalink
fix doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
wedens committed Apr 24, 2017
1 parent 946f171 commit 2d1a5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/scala/cats/MonadTrans.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package cats

/**
* A type class which abstracts over the ability to lift an M[A] into a
* MonadTransformer
*/
* A type class which abstracts over the ability to lift an M[A] into a
* MonadTransformer
*/
trait MonadTrans[MT[_[_], _]] {
/**
* Lift a value of type M[A] into a monad transformer MT[M, A]
Expand Down

0 comments on commit 2d1a5d0

Please sign in to comment.