Tobias Frilling 2 лет назад
Родитель
Сommit
5984444489
1 измененных файлов с 1 добавлено и 1 удалено
  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.
 //
 // 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:
 //