Skip to content

Commit

Permalink
Fix typo in ResultOption gitbook page (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0po1nt authored Jan 10, 2025
1 parent 276bc28 commit e713f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbook/resultOption/ofOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Transforms a `'T Option` value to `Result<'T option, 'Error>`.
## Function Signature

```fsharp
Result<'T, 'Error> -> Result<'T option, 'Error>
Option<'T> -> Result<'T option, 'Error>
```

## Examples
Expand Down

0 comments on commit e713f86

Please sign in to comment.