diff options
| author | Tobias Frilling <[email protected]> | 2023-06-17 09:34:37 +0200 |
|---|---|---|
| committer | Tobias Frilling <[email protected]> | 2023-06-17 09:34:37 +0200 |
| commit | 5984444489fb4e3ce3ad23f39a8afc9810ff4ee3 (patch) | |
| tree | a5762d0683cd09a542c1ac864125da20bd132666 /exercises | |
| parent | 9c9671bb15acd4acd07abb34c01b800b5ac37540 (diff) | |
| download | ziglings-5984444489fb4e3ce3ad23f39a8afc9810ff4ee3.tar.xz ziglings-5984444489fb4e3ce3ad23f39a8afc9810ff4ee3.zip | |
fix typo
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/092_interfaces.zig | 2 |
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: // |
