Skip to content

Commit

Permalink
categories -> groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcheng authored Dec 6, 2024
1 parent 956fdb9 commit 41819d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/colleges/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export const engMigrations: RequirementMigration[] = [
perSlotMinCount: [6],
slotNames: ['Course'],
additionalRequirements: {
'Courses must be from 3 categories.': {
'Courses must be from 3 groups.': {
checker: [
...previousEngineeringLiberalArtsGroups.map(group => (course: Course): boolean =>
group.some(distribution => hasCategory(course, distribution) ?? false)
Expand Down

0 comments on commit 41819d6

Please sign in to comment.