diff --git a/docs/docs/future-result.md b/docs/docs/future-result.md index ac11d52..86c429b 100644 --- a/docs/docs/future-result.md +++ b/docs/docs/future-result.md @@ -43,7 +43,7 @@ Future>.mapErrorToResult( ): Future> ``` -Takes a `Future>` and a `f` function taking `Error` and returning `Result` and returns a new `Future>` +Takes a `Future>` and a `f` function taking `Error` and returning `Result` and returns a new `Future>` ```ts title="Examples" Future.value(Result.Error(3)).mapErrorToResult((ok) => {