mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
Merge pull request #57 from ZapAnton/066_fix_typo
066_comptime: Typo fix
This commit is contained in:
commit
069f6fc6d7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const print = @import("std").debug.print;
|
|||
|
||||
pub fn main() void {
|
||||
// ALL numeric literals in Zig are of type comptime_int or
|
||||
// comptime_float. They are of arbitary size (as big or
|
||||
// comptime_float. They are of arbitrary size (as big or
|
||||
// little as you need).
|
||||
//
|
||||
// Notice how we don't have to specify a size like "u8",
|
||||
|
|
Loading…
Reference in a new issue