Skip to content

Commit e62168e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__Option.resi

Lines changed: 1 addition & 1 deletion
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)