Skip to content

Commit ecdeeba

Browse files
committed
fix syntax error
1 parent 34dba54 commit ecdeeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/ml/typecore.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4738,7 +4738,7 @@ let report_error env loc ppf error =
47384738
fprintf ppf "@,- Missing arguments that must be provided: %s"
47394739
(missing_required_args
47404740
|> List.map (fun v -> "~" ^ v)
4741-
|> String.concat ", "));
4741+
|> String.concat ", ");
47424742
47434743
fprintf ppf
47444744
"@,\

0 commit comments

Comments
 (0)