Skip to content

Commit ef60829

Browse files
Fix typo in Js.Undefined.to_opt deprecation message.
Signed-off-by: Utkarsh Kukreti <utkarshkukreti@gmail.com>
1 parent 1b05e76 commit ef60829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/runtime/js_undefined.mli

+1-1
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)