my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

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

fix typo

authored by

Chris Boesch and committed by
GitHub
(Jun 18, 2023, 7:02 PM +0200) f09a87c3 9c9671bb

+1 -1
+1 -1
exercises/092_interfaces.zig
··· 23 23 // the simulation expanded to hundreds of different insects. 24 24 // 25 25 // Thankfully, Zig has another comptime feature we can use 26 - // to get out of this dilema called the 'inline else'. 26 + // to get out of this dilemma called the 'inline else'. 27 27 // 28 28 // We can replace this redundant code: 29 29 //