diff --git a/std/packed_int_array.zig b/std/packed_int_array.zig index 10f84cb643ca77027de1b17352b00c852d2ebcc3..66c20223ac49d0f36f51754ffdfa400e9d732422 100644 --- a/std/packed_int_array.zig +++ b/std/packed_int_array.zig @@ -171,7 +171,7 @@ pub fn PackedIntIo(comptime Int: type) type }; } -///Creates a bit-packed array of int_count integers of type Int. Bits +///Creates a bit-packed array of integers of type Int. Bits /// are packed using native endianess and without storing any meta /// data. PackedIntArray(i3, 8) will occupy exactly 3 bytes of memory. pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type