mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
remove redundant word "a"
This commit is contained in:
parent
f0357ea91c
commit
d10ca483b0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
// 9. Tagged unions coerce to the current tagged enum.
|
// 9. Tagged unions coerce to the current tagged enum.
|
||||||
//
|
//
|
||||||
// 10. Enums coerce to a tagged union when that tagged field is a
|
// 10. Enums coerce to a tagged union when that tagged field is a
|
||||||
// a zero-length type that has only one value (like void).
|
// zero-length type that has only one value (like void).
|
||||||
//
|
//
|
||||||
// 11. Zero-bit types (like void) can be coerced into single-item
|
// 11. Zero-bit types (like void) can be coerced into single-item
|
||||||
// pointers.
|
// pointers.
|
||||||
|
|
Loading…
Reference in a new issue