We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191f9ee commit e588b8fCopy full SHA for e588b8f
1 file changed
README.md
@@ -43,7 +43,7 @@ const a: Result<number, string> = Result.ok(42);
43
const b: Result<number, string> = Result.err("boom");
44
```
45
46
-## Most useful operations
+## Operations
47
48
### `map`
49
Transform success values only.
0 commit comments