107: change comment "brackets" -> "braces"

Signed-off-by: xiaolizhi <vogelwanderung@pm.me>
This commit is contained in:
xiaolizhi
2026-06-21 21:22:12 +02:00
parent d52661fd39
commit 11868112c5
+2 -2
View File
@@ -74,9 +74,9 @@ pub fn main() !void {
// before the parallel processing begins.
std.debug.print("Starting work...\n", .{});
// These curly brackets are very important, they are necessary
// These curly braces are very important, they are necessary
// to enclose the area where the threads are called.
// Without these brackets, the program would not wait for the
// Without these braces, the program would not wait for the
// end of the threads and they would continue to run beyond the
// end of the program.
{