From 11ca7bb2d1fe769ce2cdf7c0a5a6cc7530625c7a Mon Sep 17 00:00:00 2001 From: uyth <uyth95@gmail.com> Date: Sat, 29 Sep 2018 02:42:58 +0200 Subject: [PATCH] Typo --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f7f1bee..5abc54b 100644 --- a/README.md +++ b/README.md @@ -72,21 +72,21 @@ Some of the constraints are done in the modeling, while others are explicitly wr - validateEvaluation (AQL) - Checks if the evaluation forms of a course sums up to exactly 100 % + Checks if the evaluation forms of a course sums up to exactly 100 % - validateRoles (AQL) - Checks if there is at least one coordinator + Checks if there is at least one coordinator - validateHours (Java) - Checks if the number of hours for each study program corresponds to the amount in the course page. It can be higher than what is written in the course page because exercise hours are often split in several groups + Checks if the number of hours for each study program corresponds to the amount in the course page. It can be higher than what is written in the course page because exercise hours are often split in several groups - validateScheduleSlot (AQL) + + Checks if the from-time is before to-time for all the ScheduleSlots. - Checks if the from-time is before to-time for all the ScheduleSlots. - -## Tranformation +## Transformation ### Extensions @@ -100,7 +100,7 @@ Utility for the create-methods in Xhtml1Factory. Makes it so we can utilize the createPType => [it += 'you text here'] ``` -### Performing the tranformation +### Performing the transformation 1. Clone the project 2. Locate tdt4250_assignment.xtend-gen.Course2WebPage -- GitLab