mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
fix typo in 072 (for #49)
This commit is contained in:
parent
db20e9541a
commit
f4e4a4b207
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub fn main() void {
|
|||
}
|
||||
// ...But it's quite a bit more exciting than it first appears.
|
||||
// The 'inline while' no longer exists at runtime and neither
|
||||
// does anything else not touched by directly by runtime
|
||||
// does anything else not touched directly by runtime
|
||||
// code. The 'instructions' string, for example, does not
|
||||
// appear anywhere in the compiled program because it's
|
||||
// not used by it!
|
||||
|
|
Loading…
Reference in a new issue