Skip to content

Commit 2214dd0

Browse files
committed
✏️ Fix typo (#1854)
1 parent 28478a8 commit 2214dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/stores/active_problem_list_tab.svelte.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ export class ActiveProblemListTabStore {
44
value = $state<ActiveProblemListTab>('listByGrade');
55

66
/**
7-
* Creates an instance with the specified contest type.
7+
* Creates an instance with the specified problem list tab.
88
*
9-
* @param activeTab - The default contest type to initialize.
9+
* @param activeTab - The default problem list tab to initialize.
1010
* Defaults to 'listByGrade'.
1111
*/
1212
constructor(activeTab: ActiveProblemListTab = 'listByGrade') {

0 commit comments

Comments
 (0)