mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Fix grammatical error in doc comment
This commit is contained in:
parent
5e7b09ce9f
commit
281d4c0ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//! An set of array and slice types that bit-pack integer elements. A normal [12]u3
|
||||
//! A set of array and slice types that bit-pack integer elements. A normal [12]u3
|
||||
//! takes up 12 bytes of memory since u3's alignment is 1. PackedArray(u3, 12) only
|
||||
//! takes up 4 bytes of memory.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue