Skip to content

Commit fb08033

Browse files
glennslaspeddro
andauthored
docs(option/flat): flat is not float
Co-authored-by: Pedro Castro <[email protected]>
1 parent c92e2d2 commit fb08033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Core__Option.resi

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ let some: 'a => option<'a>
5757
## Examples
5858

5959
```rescript
60-
Option.float(Some(Some(10))) // Some(10)
60+
Option.flat(Some(Some(10))) // Some(10)
6161
Option.flat(Some(None)) // None
6262
```
6363
*/

0 commit comments

Comments
 (0)