mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00:00
Merge pull request #287 from kimshrier/exercise_072_typo
Add missing word "to"
This commit is contained in:
commit
2b17c3dc39
|
@ -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 New Issue
Block a user