From a33f59d70a551cc5f65f3989527e5441387c148c Mon Sep 17 00:00:00 2001 From: tkoyasak <72780548+tkoyasak@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:40:56 +0900 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9f113e..7ab7a971 100644 --- a/README.md +++ b/README.md @@ -1431,7 +1431,7 @@ Please find documentation at [Result.fromThrowable](#resultfromthrowable-static- #### `fromAsyncThrowable` -Top level export of `ResultAsync.fromSafePromise`. +Top level export of `ResultAsync.fromThrowable`. Please find documentation at [ResultAsync.fromThrowable](#resultasyncfromthrowable-static-class-method) [⬆️ Back to top](#toc)