diff options
| author | felixrabe <felixrabe@noreply.codeberg.org> | 2025-06-01 01:08:07 +0200 |
|---|---|---|
| committer | felixrabe <felixrabe@noreply.codeberg.org> | 2025-06-01 01:08:07 +0200 |
| commit | b1223f92edd6d488d491125dd6d415dc915707b4 (patch) | |
| tree | 38b51bc7b06c163280ab657652ce1ea57602582f /exercises/108_labeled_switch.zig | |
| parent | 91f1c045bcd33e43f2723ed5b8a159c85f54acb0 (diff) | |
108: .
Diffstat (limited to 'exercises/108_labeled_switch.zig')
| -rw-r--r-- | exercises/108_labeled_switch.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/108_labeled_switch.zig b/exercises/108_labeled_switch.zig index fb61ac0..897fcf5 100644 --- a/exercises/108_labeled_switch.zig +++ b/exercises/108_labeled_switch.zig @@ -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 |
