Skip to content

Commit

Permalink
fix interface type
Browse files Browse the repository at this point in the history
  • Loading branch information
just-max committed Oct 13, 2023
1 parent 96c5d75 commit 702eb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-lib/grading.mli
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ val grade_files_to :

val grade_cleanup_files_to :
?points_step_count:int ->
?cleanup:bool -> grading_to:string -> ?grading:grading -> string list -> unit
grading_to:string -> ?grading:grading -> string list -> unit
(** If [grading] is [None], as per {!cleanup_files} with [~cleanup:true].
Otherwise, as per {!grade_files_to}, with [~cleanup:true]. *)

Expand Down

0 comments on commit 702eb72

Please sign in to comment.