This commit is contained in:
Tobias Frilling 2023-06-17 09:34:37 +02:00
parent 9c9671bb15
commit 5984444489

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