Skip to content

Commit e1f3bc6

Browse files
author
Anass Rach
committed
Fix syntax error on questions.yml!
1 parent 493e0ac commit e1f3bc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_data/quiz/questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
explanation: |
930930
Virtual threads are lightweight threads managed by the JVM, enabling high concurrency with minimal resource usage. They are not backed by native OS threads and can use traditional synchronization mechanisms. Virtual threads were introduced in Java 21 as part of Project Loom.
931931
932-
question: "What is the purpose of the compact canonical constructor in the following family record declaration?"
932+
- question: "What is the purpose of the compact canonical constructor in the following family record declaration?"
933933
code: |
934934
public record FamilyMember(
935935
String name,

0 commit comments

Comments
 (0)