Skip to content

Commit 02a5132

Browse files
authored
typo on function
1 parent 809ee20 commit 02a5132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/others/js_dict.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ external keys : 'a t -> string array = "Object.keys" [@@bs.val]
5959
external empty : unit -> 'a t = "" [@@bs.obj]
6060
(** [empty ()] returns an empty dictionary *)
6161

62-
(** Experimental internal funciton *)
62+
(** Experimental internal function *)
6363
val unsafeDeleteKey : string t -> string -> unit [@bs]
6464

6565
(* external entries : 'a t -> (key * 'a) array = "Object.entries" [@@bs.val] *)

0 commit comments

Comments
 (0)