Skip to content

Commit 231851e

Browse files
committed
intentional typo
1 parent ac6abc2 commit 231851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/common/js_config.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ let diagnose = ref false
6161
let get_diagnose () = !diagnose
6262
let set_diagnose b = diagnose := b
6363

64-
let (//) = Filename.concat
64+
let (//) = Filname.concat
6565

6666
(* let get_packages_info () = !packages_info *)
6767

0 commit comments

Comments
 (0)