mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
055 typo
This commit is contained in:
parent
7d707d64b1
commit
77a8a123f7
@ -5,7 +5,7 @@
|
|||||||
// to store.
|
// to store.
|
||||||
//
|
//
|
||||||
// In this example, an instance of Foo always takes up u64 of
|
// In this example, an instance of Foo always takes up u64 of
|
||||||
// space memory even if you're currently storing a u8.
|
// space in memory even if you're currently storing a u8.
|
||||||
//
|
//
|
||||||
// const Foo = union {
|
// const Foo = union {
|
||||||
// small: u8,
|
// small: u8,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user