mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
add missing word "to"
This commit is contained in:
parent
a446d67992
commit
6bdc1caaae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//
|
//
|
||||||
// There is also an 'inline while'. Just like 'inline for', it
|
// There is also an 'inline while'. Just like 'inline for', it
|
||||||
// loops at compile time, allowing you do all sorts of
|
// loops at compile time, allowing you to do all sorts of
|
||||||
// interesting things not possible at runtime. See if you can
|
// interesting things not possible at runtime. See if you can
|
||||||
// figure out what this rather bonkers example prints:
|
// figure out what this rather bonkers example prints:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue