Skip to content

Commit 57195a6

Browse files
authored
changed files by pdets auto publish service, publishid[9c835f92-5773-4895-b6fa-4989ad6e6e86] and do [publish].
1 parent e89dee7 commit 57195a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/wwl-azure/get-started-generic-anonymous-types/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quiz:
2424
explanation: "Incorrect. While generics can enhance performance by avoiding unnecessary type conversions, their primary purpose is to ensure type safety and code reusability."
2525
- content: "To simplify debugging by automatically generating error messages."
2626
isCorrect: false
27-
explanation: "Incorrect. Generics does not generate error messages for debugging; they ensure type safety during compilation, reducing runtime errors."
27+
explanation: "Incorrect. Generics doesn't generate error messages for debugging; they ensure type safety during compilation, reducing runtime errors."
2828
- content: "Which of the following is an example of a generic class?"
2929
choices:
3030
- content: "`public class Box<T> { public T Item { get; set; } }`"

0 commit comments

Comments
 (0)