authorgravatar for 45178972+ThePotatoChronicler@users.noreply.github.comThe Potato Chronicler <45178972+ThePotatoChronicler@users.noreply.github.com> 2023-02-19 13:12:09+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2023-02-19 14:12:09+02:00
log281d4c0ff6f95de0090f3621b4bdb651cd3d0330
tree6a5b22dbc7e69867be5eaa013d842d5fa83d19f4
parent5e7b09ce9fbc95ec9fb9e277d262b9b5a5aa1917
signaturebadge-question-mark Signed by PGP key 4AEE18F83AFDEB23

Fix grammatical error in doc comment


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/packed_int_array.zig+1-1
...@@ -1,4 +1,4 @@...@@ -1,4 +1,4 @@
1//! An set of array and slice types that bit-pack integer elements. A normal [12]u31//! A set of array and slice types that bit-pack integer elements. A normal [12]u3
2//! takes up 12 bytes of memory since u3's alignment is 1. PackedArray(u3, 12) only2//! takes up 12 bytes of memory since u3's alignment is 1. PackedArray(u3, 12) only
3//! takes up 4 bytes of memory.3//! takes up 4 bytes of memory.
44