Skip to content

Commit

Permalink
fix typo in semester definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew committed Dec 10, 2024
1 parent caaea93 commit ce8019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/semester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const semesterInfo = [
},
{
id: "11320",
year: 2025,
year: 2024,
semester: 2,
begins: new Date(2025, 2 - 1, 17),
ends: new Date(2025, 6 - 1, 8),
Expand Down

0 comments on commit ce8019f

Please sign in to comment.