[chore:] tiny little comment to prevent confusion

This commit is contained in:
2026-04-21 14:11:51 +02:00
parent d5b7fd7af3
commit 54a564df04
+1 -1
View File
@@ -85,7 +85,7 @@ public class Settings
public List<Student> Students { get; set; } = [];
public List<Sport> Sports { get; set; } = [];
public int NumCoursesPerSemester { get; set; } = 10;
public int NumCoursesPerSemester { get; set; } = 10; // Exact Amount of courses, not a maximum
public Settings()
{