Skip to content

Commit

Permalink
Fix error message wording (#7066)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Oct 3, 2024
1 parent d5339a2 commit 85bcbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscomp/depends/bs_exception.ml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ let report_error ppf = function
Format.pp_print_string)
str
| Bs_duplicate_exports str ->
Format.fprintf ppf "%s are exported as twice" str
Format.fprintf ppf "%s is exported twice" str
| Bs_duplicated_module (a, b) ->
Format.fprintf ppf
"The build system does not support two files with same names yet %s, %s"
Expand Down

0 comments on commit 85bcbd9

Please sign in to comment.