Skip to content

Commit

Permalink
Small docs fix for widen function (#2754)
Browse files Browse the repository at this point in the history
Co-authored-by: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com>
  • Loading branch information
lenguyenthanh and i-walker committed Jul 4, 2022
1 parent 31884b3 commit 96dc46d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1516,7 +1516,7 @@ public fun <A, B> Iterable<Either<A, B>>.combineAll(MA: Monoid<A>, MB: Monoid<B>
fold(Monoid.either(MA, MB))

/**
* Given [B] is a sub type of [C], re-type this value from Either<A, B> to Either<A, B>
* Given [B] is a sub type of [C], re-type this value from Either<A, B> to Either<A, C>
*
* ```kotlin
* import arrow.core.*
Expand Down

0 comments on commit 96dc46d

Please sign in to comment.