Skip to content
Snippets Groups Projects
Commit 3976c6b3 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

fix grammar in comment

parent 8e03a362
No related branches found
No related tags found
No related merge requests found
Pipeline #106202 passed
......@@ -72,7 +72,7 @@ Section ModelValidity.
Definition valid_job_cost j :=
job_cost j <= task_cost (job_task j).
(** Every job have a valid job cost *)
(** Every job has a valid job cost. *)
Definition jobs_have_valid_job_costs :=
forall j, valid_job_cost j.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment