Skip to content

Commit d4208d8

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

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
@@ -45,7 +45,7 @@ let someString: option<string> = Some("hello")
4545
## Examples
4646

4747
```rescript
48-
Option.float(Some(Some(10))) // Some(10)
48+
Option.flat(Some(Some(10))) // Some(10)
4949
Option.flat(Some(None)) // None
5050
```
5151
*/

0 commit comments

Comments
 (0)