Skip to content

Commit 284103a

Browse files
committed
fix syntax error
1 parent 3af9d38 commit 284103a

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
@@ -4736,7 +4736,7 @@ let report_error env loc ppf error =
47364736
fprintf ppf "@,- Missing arguments that must be provided: %s"
47374737
(missing_required_args
47384738
|> List.map (fun v -> "~" ^ v)
4739-
|> String.concat ", "));
4739+
|> String.concat ", ");
47404740
47414741
fprintf ppf
47424742
"@,\

0 commit comments

Comments
 (0)