Skip to content

Commit 9a1a605

Browse files
Merge pull request #132 from wendelinwemhoener/fix-flashcard-typo
Fix typo
2 parents 9c55afa + 9e2bcc7 commit 9a1a605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/seedu/duke/flashcard/review/ReviewMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected void printFlashcardFrontTextPrompt(Flashcard flashcardToReview) {
6666

6767
protected void letUserRateReviewDifficulty(Scanner scanner,
6868
Flashcard flashcard) {
69-
System.out.println(" How hard was it to remeber the back page of " +
69+
System.out.println(" How hard was it to remember the back page of " +
7070
"this flashcard?");
7171
System.out.println(" Press <E> if it was easy, <M> if it was " +
7272
"moderately challenging or <H> if it was quite hard.");

0 commit comments

Comments
 (0)