Skip to content

Commit e19a6b7

Browse files
author
Pau
committed
Grammar corrected
1 parent 5ba6dc5 commit e19a6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/catslib/OptionTSection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import scala.concurrent.Future
1919
/**
2020
* OptionT is a Monad Transformer that has two type parameters F and A.
2121
* 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.
22+
* 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.
2323
*
2424
* @param name OptionT
2525
*/

0 commit comments

Comments
 (0)