From 522b4673a426258d1299abd75021a9510644f9ba Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 20 Mar 2025 21:24:40 +0100 Subject: fix: typos --- exercises/108_labeled_switch.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/108_labeled_switch.zig') 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: -- cgit v1.2.3