diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-03-22 10:47:00 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-03-22 10:47:00 +0000 |
| commit | d7052e4137a1e9de62ba8e10800642339e2b8eff (patch) | |
| tree | eb23e473b503541f1a6fa4cc9ce1e8b74ba6d88d /exercises/108_labeled_switch.zig | |
| parent | 7ce659f7fa670720510a6afd23cb63366e1adde9 (diff) | |
| parent | 522b4673a426258d1299abd75021a9510644f9ba (diff) | |
Merge pull request 'fix: typos' (#222) from ddogfoodd/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/222
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 16a5879..9262c6f 100644 --- a/exercises/108_labeled_switch.zig +++ b/exercises/108_labeled_switch.zig @@ -24,7 +24,7 @@ // // By combining all we've learned so far, we can now proceed with a labeled switch // -// A labeled switch is some extra syntatic sugar, which comes with all sorts of +// 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 // // Here is the previous excerpt implemented as a labeled switch instead: |
