Skip to content

Commit 9ed2924

Browse files
committed
Passed
1 parent 47aba8e commit 9ed2924

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.D, // Replace `UNANSWERED` with the correct answer.
42+
AnswerChoice.B, // Replace `UNANSWERED` with the correct answer.
4343
);
4444
}
4545

@@ -154,7 +154,7 @@ export class Lesson2 {
154154
[AnswerChoice.C, "cd"],
155155
[AnswerChoice.D, "mkdir"],
156156
]),
157-
AnswerChoice.D, // Replace `UNANSWERED` with the correct answer.
157+
AnswerChoice.C, // Replace `UNANSWERED` with the correct answer.
158158
);
159159
}
160160

0 commit comments

Comments
 (0)