Skip to content

Commit a056cd0

Browse files
glennslcknitt
andcommitted
docs(option): fix embarassing typos
Co-authored-by: Christoph Knittel <[email protected]>
1 parent 5c06440 commit a056cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core__Option.resi

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let someString: option<string> = Some("hello")
4040
*/
4141

4242
/**
43-
`flat(value)` flattens a nested `option` value to a single level..
43+
`flat(value)` flattens a nested `option` value to a single level.
4444

4545
## Examples
4646

@@ -115,7 +115,7 @@ Option.getUnsafe(Some(3)) == 3
115115
Option.getUnsafe(None) // Raises an error
116116
```
117117

118-
## Improtant
118+
## Important
119119

120120
This is an unsafe operation, it assumes `value` is neither `None`, `Some(None))`, `Some(Some(None))` etc.
121121
*/

0 commit comments

Comments
 (0)