We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4741273 commit 9f7178bCopy full SHA for 9f7178b
pages/docs/manual/latest/api/belt/option.mdx
@@ -89,7 +89,7 @@ let flatMap: (option<'a>, 'a => option<'b>) => option<'b>
89
90
If `optionValue` is `Some(value)`, returns `f(value)`, otherwise returns
91
`None`.<br/>
92
-The function `f` must have a return type of `option<'a>`.
+The function `f` must have a return type of `option<'b>`.
93
94
```res example
95
let addIfAboveOne = value =>
0 commit comments