This commit is contained in:
felixrabe 2025-06-01 01:08:07 +02:00
parent 91f1c045bc
commit b1223f92ed

View File

@ -22,7 +22,7 @@
// std.debug.print("This statement cannot be reached\n", .{});
// }
//
// By combining all we've learned so far, we can now proceed with a labeled switch
// By combining all we've learned so far, we can now proceed with a labeled switch.
//
// A labeled switch is some extra syntactic sugar, which comes with all sorts of
// candy (performance benefits). Don't believe me? Directly to source https://github.com/ziglang/zig/pull/21367