Browse Source

Merge pull request #325 from ckafi/what-a-dilema

fix typo
Chris Boesch 2 years ago
parent
commit
f09a87c348
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/092_interfaces.zig

+ 1 - 1
exercises/092_interfaces.zig

@@ -23,7 +23,7 @@
 // the simulation expanded to hundreds of different insects.
 // the simulation expanded to hundreds of different insects.
 //
 //
 // Thankfully, Zig has another comptime feature we can use
 // 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:
 // We can replace this redundant code:
 //
 //