my ziglings
0

Configure Feed

Select the types of activity you want to include in your feed.

remove redundant word "a"

Kim SHrier (Dec 25, 2021, 3:21 PM -0700) d10ca483 f0357ea9

+1 -1
+1 -1
exercises/061_coercions.zig
··· 53 53 // 9. Tagged unions coerce to the current tagged enum. 54 54 // 55 55 // 10. Enums coerce to a tagged union when that tagged field is a 56 - // a zero-length type that has only one value (like void). 56 + // zero-length type that has only one value (like void). 57 57 // 58 58 // 11. Zero-bit types (like void) can be coerced into single-item 59 59 // pointers.