Skip to content

Commit 7c0bd5d

Browse files
author
Stephen Gutekanst
committed
fix zig version typo
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent dd98383 commit 7c0bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2022/packed-structs-in-zig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Note that [`@sizeOf`](https://ziglang.org/documentation/master/#sizeOf) may incl
128128

129129
## Explicit backing integers for packed structs
130130

131-
It's worth noting that in Zig 0.11 (shipping in Nov), the new self-hosted compiler has support for [explicit backing integers for packed structs](https://github.com/ziglang/zig/pull/12379) which will simplify this even further.
131+
It's worth noting that in Zig 0.10 (shipping in Nov), the new self-hosted compiler has support for [explicit backing integers for packed structs](https://github.com/ziglang/zig/pull/12379) which will simplify this even further.
132132

133133
Instead of manually adding padding to make up 32 bits, one could simply write `packed struct(u32)`:
134134

0 commit comments

Comments
 (0)