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.
2 parents 4741273 + 9f7178b commit 8f54a33Copy full SHA for 8f54a33
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