From 78c31eff50621faf242c4a78b898c1b6ddfe71d6 Mon Sep 17 00:00:00 2001
From: niat8586 <nico@dsv.su.se>
Date: Tue, 29 Oct 2024 09:29:52 +0100
Subject: [PATCH] Update
 core/src/main/java/se/su/dsv/scipro/report/AbstractGradingCriterion.java

Added missing 'add' in the java doc for the flags.
---
 .../se/su/dsv/scipro/report/AbstractGradingCriterion.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/java/se/su/dsv/scipro/report/AbstractGradingCriterion.java b/core/src/main/java/se/su/dsv/scipro/report/AbstractGradingCriterion.java
index 7418bee1b0..64d2f0433b 100644
--- a/core/src/main/java/se/su/dsv/scipro/report/AbstractGradingCriterion.java
+++ b/core/src/main/java/se/su/dsv/scipro/report/AbstractGradingCriterion.java
@@ -11,13 +11,13 @@ public abstract class AbstractGradingCriterion extends AbstractCriterion {
 
     public enum Flag {
         /**
-         * Criterion marked with this flag will extra functionality related
+         * Criterion marked with this flag will add extra functionality related
          * to the authors submitted reflection. It should only be used on
          * individual criteria.
          */
         REFLECTION,
         /**
-         * Criterion marked with this flag will extra functionality related
+         * Criterion marked with this flag will add extra functionality related
          * to the authors performed opposition. For example, it will have its
          * points and feedback filled in when the seminar supervisor assesses
          * their opposition and submitted report. It should only be used on