Skip to content

Commit f8b9e9b

Browse files
committed
update to lesson 02
1 parent ed86ed2 commit f8b9e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lesson_02/quiz/src/lesson2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Lesson2 {
3939
[AnswerChoice.C, "To delete unnecessary files"],
4040
[AnswerChoice.D, "To run code more efficiently"],
4141
]),
42-
AnswerChoice.A, // Replace `UNANSWERED` with the correct answer.
42+
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
4343
);
4444
}
4545

@@ -56,7 +56,7 @@ export class Lesson2 {
5656
[AnswerChoice.C, "A tool for merging branches"],
5757
[AnswerChoice.D, "A way to delete a repository"],
5858
]),
59-
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
59+
AnswerChoice.A, // Replace `UNANSWERED` with the correct answer.
6060
);
6161
}
6262

0 commit comments

Comments
 (0)