Skip to content

Commit

Permalink
Merge pull request #19 from Desync-o-tron/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Nov 21, 2024
2 parents eb52cfa + 93713fe commit c0aebf1
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 c0aebf1

Please sign in to comment.