diff --git a/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt b/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt index df37fa8565f..e95c6e17a19 100644 --- a/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt +++ b/arrow-libs/core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt @@ -1516,7 +1516,7 @@ public fun Iterable>.combineAll(MA: Monoid, MB: Monoid fold(Monoid.either(MA, MB)) /** - * Given [B] is a sub type of [C], re-type this value from Either to Either + * Given [B] is a sub type of [C], re-type this value from Either to Either * * ```kotlin * import arrow.core.*