Skip to content

Commit e605b19

Browse files
authored
Merge pull request #2595 from utkarshkukreti/fix-typo-in-js.undefined.to_opt-deprecation-message
Fix typo in `Js.Undefined.to_opt` deprecation message.
2 parents 1b05e76 + ef60829 commit e605b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/runtime/js_undefined.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ val from_opt : 'a option -> 'a t
9797
*)
9898
external toOption : 'a t -> 'a option = "#undefined_to_opt"
9999
external to_opt : 'a t -> 'a option = "#undefined_to_opt"
100-
[@@deprecated "use toOpt instead"]
100+
[@@deprecated "use toOption instead"]

0 commit comments

Comments
 (0)