[O] Fix typo in comment

This commit is contained in:
Hykilpikonna
2020-04-12 00:14:29 -04:00
parent ea93bc8d1a
commit c8289f5278
+1 -1
View File
@@ -197,7 +197,7 @@ export class GPAUtils
// Get current year
let currentYear = new Date().getFullYear();
// Convert current year to current school year: +1 if it's after October
// Convert current year to current school year: +1 if it's after August
if (new Date().getMonth() > 7) currentYear ++;
// Calculate grade level