Skip to content

Commit 11e2f1b

Browse files
authored
Update 6-knowledge-check.yml
1 parent 52a63ab commit 11e2f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-language/csharp-write-first/6-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ durationInMinutes: 3
1414
quiz:
1515
title: "Check your knowledge"
1616
questions:
17-
- content: "What is the primary job of the compiler?"
17+
- content: "What is the primary job of the compiler?"
1818
choices:
1919
- content: "The compiler primarily locates spelling mistakes in your code."
2020
isCorrect: false
@@ -46,4 +46,4 @@ quiz:
4646
explanation: "Correct! The semi-colon must be used at the end of a code statement."
4747
- content: "The string should use single-quotes."
4848
isCorrect: false
49-
explanation: "Incorrect. A string literal must be surrounded in double-quotes. A char literal is surrounded in single quotes."
49+
explanation: "Incorrect. A string literal must be surrounded in double-quotes. A char literal is surrounded in single quotes."

0 commit comments

Comments
 (0)