Skip to content

Commit 3b44109

Browse files
committed
fix syntax error
1 parent 4a5a800 commit 3b44109

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
@@ -4743,7 +4743,7 @@ let report_error env loc ppf error =
47434743
fprintf ppf "@,- Missing arguments that must be provided: %s"
47444744
(missing_required_args
47454745
|> List.map (fun v -> "~" ^ v)
4746-
|> String.concat ", "));
4746+
|> String.concat ", ");
47474747
47484748
fprintf ppf
47494749
"@,\

0 commit comments

Comments
 (0)