mirror of
https://github.com/Xevion/banner.git
synced 2025-12-10 06:06:33 -06:00
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:
2
term.go
2
term.go
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user