From 96dc46d6467fecc07c8f5171415863abd369d7c1 Mon Sep 17 00:00:00 2001 From: Thanh Le Date: Mon, 4 Jul 2022 22:17:39 +0200 Subject: [PATCH] Small docs fix for widen function (#2754) Co-authored-by: Imran Malic Settuba <46971368+i-walker@users.noreply.github.com> --- .../core/arrow-core/src/commonMain/kotlin/arrow/core/Either.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*