Skip to content

Commit e588b8f

Browse files
authored
Rename section 'Most useful operations' to 'Operations'
1 parent 191f9ee commit e588b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const a: Result<number, string> = Result.ok(42);
4343
const b: Result<number, string> = Result.err("boom");
4444
```
4545

46-
## Most useful operations
46+
## Operations
4747

4848
### `map`
4949
Transform success values only.

0 commit comments

Comments
 (0)