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

fix typo
This commit is contained in:
Chris Boesch 2023-06-18 19:02:24 +02:00 committed by GitHub
commit f09a87c348

View file

@ -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:
//