Skip to content

Commit

Permalink
Update fsrs_example.dart misleading typo
Browse files Browse the repository at this point in the history
obvious typo threw me for a loop.
  • Loading branch information
Desync-o-tron authored Nov 19, 2024
1 parent eb52cfa commit 93713fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/fsrs_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void main() {
cardGood.scheduledDays;
cardEasy.scheduledDays;

// Update the card after rating `Good`:
// Update the card after rating `Easy`:
card = schedulingCards[Rating.easy]!.card;

// Get the review log after rating `Good`:
Expand Down

0 comments on commit 93713fe

Please sign in to comment.