Skip to content

Commit

Permalink
Fix documentation link error for ResultAsync.map
Browse files Browse the repository at this point in the history
  • Loading branch information
supermacro committed Mar 16, 2021
1 parent 4322f37 commit 99d5111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For asynchronous tasks, `neverthrow` offers a `ResultAsync` class which wraps a
- [`errAsync`](#errasync)
- [`ResultAsync.fromPromise` (static class method)](#resultasyncfrompromise-static-class-method)
- [`ResultAsync.fromSafePromise` (static class method)](#resultasyncfromsafepromise-static-class-method)
- [`ResultAsync.map` (method)](#resultasyncmap-method)
- [`ResultAsync.map` (method)](#resultasyncmap-method-1)
- [`ResultAsync.mapErr` (method)](#resultasyncmaperr-method)
- [`ResultAsync.unwrapOr` (method)](#resultasyncunwrapor-method)
- [`ResultAsync.andThen` (method)](#resultasyncandthen-method-1)
Expand Down

0 comments on commit 99d5111

Please sign in to comment.