Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
useruseruse committed Sep 16, 2024
1 parent f9467d0 commit 675845d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const enum Day {

/** Redux state 중에서 서버에서 course 또는 lecture를 fetch 해서 저장하는
* planner.list , timetable.list , dictionary.list 에서
아래 을 optional key 로 사용합니다.*/
아래 enum 을 optional key 로 사용합니다.*/
export const enum DepartmentCode {
ALL = 'ALL',
HSS = 'HSS',
Expand Down

0 comments on commit 675845d

Please sign in to comment.