We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c55afa + 9e2bcc7 commit 9a1a605Copy full SHA for 9a1a605
src/main/java/seedu/duke/flashcard/review/ReviewMode.java
@@ -66,7 +66,7 @@ protected void printFlashcardFrontTextPrompt(Flashcard flashcardToReview) {
66
67
protected void letUserRateReviewDifficulty(Scanner scanner,
68
Flashcard flashcard) {
69
- System.out.println(" How hard was it to remeber the back page of " +
+ System.out.println(" How hard was it to remember the back page of " +
70
"this flashcard?");
71
System.out.println(" Press <E> if it was easy, <M> if it was " +
72
"moderately challenging or <H> if it was quite hard.");
0 commit comments