Skip to content

Commit

Permalink
update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 committed Nov 24, 2024
1 parent 6098b02 commit 99a181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsrs/fsrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class FSRS extends FSRSAlgorithm {
}

useStrategy<T extends StrategyMode>(
mode: StrategyMode,
mode: T,
handler: TStrategyHandler<T>
): this {
this.strategyHandler.set(mode, handler)
Expand Down

0 comments on commit 99a181b

Please sign in to comment.