Skip to content

Commit e713f86

Browse files
authored
Fix typo in ResultOption gitbook page (#302)
1 parent 276bc28 commit e713f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbook/resultOption/ofOption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Transforms a `'T Option` value to `Result<'T option, 'Error>`.
77
## Function Signature
88

99
```fsharp
10-
Result<'T, 'Error> -> Result<'T option, 'Error>
10+
Option<'T> -> Result<'T option, 'Error>
1111
```
1212

1313
## Examples

0 commit comments

Comments
 (0)