From 54a564df04180ec2f2f8ca7cb43f82bf45be6baa Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Tue, 21 Apr 2026 14:11:51 +0200 Subject: [PATCH] [chore:] tiny little comment to prevent confusion --- structs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.cs b/structs.cs index e4828e9..bc4f09d 100644 --- a/structs.cs +++ b/structs.cs @@ -85,7 +85,7 @@ public class Settings public List Students { get; set; } = []; public List Sports { get; set; } = []; - public int NumCoursesPerSemester { get; set; } = 10; + public int NumCoursesPerSemester { get; set; } = 10; // Exact Amount of courses, not a maximum public Settings() {