From 5984444489fb4e3ce3ad23f39a8afc9810ff4ee3 Mon Sep 17 00:00:00 2001 From: Tobias Frilling Date: Sat, 17 Jun 2023 09:34:37 +0200 Subject: [PATCH] fix typo --- exercises/092_interfaces.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: //