mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
066_comptime: Typo fix
Small typo fix `arbitary` -> `arbitrary`
This commit is contained in:
parent
e47dccf245
commit
5412578c1b
@ -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…
x
Reference in New Issue
Block a user