summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-18 19:02:24 +0200
committerGitHub <noreply@github.com>2023-06-18 19:02:24 +0200
commitf09a87c348bafb134e3f5eca0ef654cc2a20ceef (patch)
treea5762d0683cd09a542c1ac864125da20bd132666
parent9c9671bb15acd4acd07abb34c01b800b5ac37540 (diff)
parent5984444489fb4e3ce3ad23f39a8afc9810ff4ee3 (diff)
Merge pull request #325 from ckafi/what-a-dilema
fix typo
-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:
//