We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b3d5d commit 8b198d5Copy full SHA for 8b198d5
src/Core__Option.resi
@@ -45,7 +45,7 @@ let someString: option<string> = Some("hello")
45
## Examples
46
47
```rescript
48
-Option.float(Some(Some(10))) // Some(10)
+Option.flat(Some(Some(10))) // Some(10)
49
Option.flat(Some(None)) // None
50
```
51
*/
0 commit comments