Skip to content

Commit 85bcbd9

Browse files
authored
Fix error message wording (#7066)
1 parent d5339a2 commit 85bcbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/depends/bs_exception.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let report_error ppf = function
5858
Format.pp_print_string)
5959
str
6060
| Bs_duplicate_exports str ->
61-
Format.fprintf ppf "%s are exported as twice" str
61+
Format.fprintf ppf "%s is exported twice" str
6262
| Bs_duplicated_module (a, b) ->
6363
Format.fprintf ppf
6464
"The build system does not support two files with same names yet %s, %s"

0 commit comments

Comments
 (0)