Kim SHrier 3 лет назад
Родитель
Сommit
d10ca483b0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/061_coercions.zig

+ 1 - 1
exercises/061_coercions.zig

@@ -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.