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 1b1d6b020b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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