Skip to content

Commit 5bacd99

Browse files
authored
Update 8-knowledge-check.yml
1 parent c778327 commit 5bacd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-language/csharp-literals-variables/8-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ durationInMinutes: 3
1616
quiz:
1717
title: "Check your knowledge"
1818
questions:
19-
- content: "Which of the following variable names should or must be **avoided**?"
19+
- content: "Which of the following variable names should or must be **avoided**?"
2020
choices:
2121
- content: "$DATA"
2222
isCorrect: true
@@ -59,4 +59,4 @@ quiz:
5959
explanation: "Correct! The assignment correctly matches the declared data type."
6060
- content: "`bool x = 'False';`"
6161
isCorrect: false
62-
explanation: "Incorrect. The first problem is that you can't use a single quote to create a `string` literal. The second problem is that you can't set a `bool` to a `string` or `char` literal."
62+
explanation: "Incorrect. The first problem is that you can't use a single quote to create a `string` literal. The second problem is that you can't set a `bool` to a `string` or `char` literal."

0 commit comments

Comments
 (0)