Spelling, separate Course struct from SearchResults

Separating the course struct will be useful for storing classes by CRN later on
This commit is contained in:
2024-01-29 14:13:36 -06:00
parent 56aad066f5
commit 10634c1210
4 changed files with 64 additions and 61 deletions

View File

@@ -41,7 +41,7 @@ type YearDayRange struct {
}
// GetYearDayRange returns the start and end day of each term for the given year.
// This could technichally introduce race conditions, but it's more likely confusion from UTC will be a greater issue.
// This could technically introduce race conditions, but it's more likely confusion from UTC will be a greater issue.
// Spring: January 14th to May
// Summer: May 25th - August 15th
// Fall: August 18th - December 10th