We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba6dc5 commit e19a6b7Copy full SHA for e19a6b7
src/main/scala/catslib/OptionTSection.scala
@@ -19,7 +19,7 @@ import scala.concurrent.Future
19
/**
20
* OptionT is a Monad Transformer that has two type parameters F and A.
21
* F is the wrapping Monad and A is type inside Option. As a result, OptionT[F[_], A] is a light wrapper on an F[Option[A]].
22
- * As OptionT is also a monad, it can be used in a for-comprehension and more convenient to work with it than using F[Option[A]] directly.
+ * As OptionT is also a monad, it can be used in a for-comprehension and be more convenient to work with than using F[Option[A]] directly.
23
*
24
* @param name OptionT
25
*/
0 commit comments