Skip to content

Commit 094f9c6

Browse files
committed
Fix wording
1 parent 812c881 commit 094f9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Entity/Contest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ public function validate(ExecutionContextInterface $context): void
12751275
$this->updateTimes();
12761276
if (Utils::difftime((float)$this->getEndtime(), (float)$this->getStarttime(true)) <= 0) {
12771277
$context
1278-
->buildViolation('Contest ends before it even starts')
1278+
->buildViolation('Contest ends before it even starts.')
12791279
->atPath('endtimeString')
12801280
->addViolation();
12811281
}

0 commit comments

Comments
 (0)