Skip to content

Commit f810046

Browse files
glennslaspeddro
andauthored
docs(option): tweak
Co-authored-by: Pedro Castro <[email protected]>
1 parent e62168e commit f810046

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
@@ -117,7 +117,7 @@ Option.getUnsafe(None) // Raises an error
117117

118118
## Important
119119

120-
This is an unsafe operation, it assumes `value` is neither `None`, `Some(None))`, `Some(Some(None))` etc.
120+
- This is an unsafe operation, it assumes `value` is neither `None`, `Some(None))`, `Some(Some(None))` etc.
121121
*/
122122
external getUnsafe: option<'a> => 'a = "%identity"
123123

0 commit comments

Comments
 (0)