Skip to content

Commit a79fb93

Browse files
committed
typo
1 parent 7309673 commit a79fb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/bin-js_of_ocaml/compile.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ let run
181181
| None -> None
182182
| Some file ->
183183
if not (Sys.file_exists file)
184-
then failwith (Printf.sprintf "export file %S does not exists" file);
184+
then failwith (Printf.sprintf "export file %S does not exist" file);
185185
let ic = open_in file in
186186
let t = Hashtbl.create 17 in
187187
(try

0 commit comments

Comments
 (0)