Fix typo in mapOr KDoc
This commit is contained in:
parent
f2bd9aaa11
commit
32b1a9edb6
@ -42,7 +42,7 @@ public inline infix fun <V, E, F> Result<V, E>.mapError(transform: (E) -> F): Re
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maps this [Result<V, E][Result] to [U] by either applying the [transform] function to the
|
* Maps this [Result<V, E>][Result] to [U] by either applying the [transform] function to the
|
||||||
* [value][Ok.value] if this [Result] is [Ok], or returning the [default] if this [Result] is an
|
* [value][Ok.value] if this [Result] is [Ok], or returning the [default] if this [Result] is an
|
||||||
* [Err].
|
* [Err].
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user