aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--exercises/092_interfaces.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/092_interfaces.zig b/exercises/092_interfaces.zig
index 0b6b087..7c958eb 100644
--- a/exercises/092_interfaces.zig
+++ b/exercises/092_interfaces.zig
@@ -23,7 +23,7 @@
// the simulation expanded to hundreds of different insects.
//
// Thankfully, Zig has another comptime feature we can use
-// to get out of this dilema called the 'inline else'.
+// to get out of this dilemma called the 'inline else'.
//
// We can replace this redundant code:
//