mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
fix typo in 067_comptime2.zig
This commit is contained in:
parent
069f6fc6d7
commit
be4da477b7
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
// to use a comptime_int of undetermined size at runtime is
|
||||
// a MEMORY CRIME and you are UNDER ARREST.
|
||||
//
|
||||
// The second one is is okay because we've told Zig that 'bar2'
|
||||
// is a compile time variable. Zig will help us ensure this is true
|
||||
// The second one is okay because we've told Zig that 'bar2' is
|
||||
// a compile time variable. Zig will help us ensure this is true
|
||||
// and let us know if we make a mistake.
|
||||
//
|
||||
const print = @import("std").debug.print;
|
||||
|
|
Loading…
Reference in a new issue