1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-05 01:56:03 +02:00

remove redundant word "a"

This commit is contained in:
Kim SHrier 2021-12-25 15:21:33 -07:00
parent ef9bdb1382
commit 269da612cb

View File

@ -53,7 +53,7 @@
// 9. Tagged unions coerce to the current tagged enum.
//
// 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
// pointers.