mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
fix typo
This commit is contained in:
parent
9c9671bb15
commit
5984444489
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
// the simulation expanded to hundreds of different insects.
|
// the simulation expanded to hundreds of different insects.
|
||||||
//
|
//
|
||||||
// Thankfully, Zig has another comptime feature we can use
|
// 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:
|
// We can replace this redundant code:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue