Merge pull request #59 from max-lv/main

fix typo in 067_comptime2.zig
pull/2/head
Dave Gauer 3 years ago committed by GitHub
commit 37ca10ab36

@ -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…
Cancel
Save