We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809ee20 commit 02a5132Copy full SHA for 02a5132
jscomp/others/js_dict.mli
@@ -59,7 +59,7 @@ external keys : 'a t -> string array = "Object.keys" [@@bs.val]
59
external empty : unit -> 'a t = "" [@@bs.obj]
60
(** [empty ()] returns an empty dictionary *)
61
62
-(** Experimental internal funciton *)
+(** Experimental internal function *)
63
val unsafeDeleteKey : string t -> string -> unit [@bs]
64
65
(* external entries : 'a t -> (key * 'a) array = "Object.entries" [@@bs.val] *)
0 commit comments