small changes + align tests obviously shouldn't have passed

This commit is contained in:
drew
2021-11-14 19:08:14 -08:00
committed by Andrew Kelley
parent 34684725aa
commit ad4627ea3b
3 changed files with 2 additions and 5 deletions

View File

@@ -842,7 +842,7 @@ pub const DeclGen = struct {
.Array => {
// We are referencing the array so it will decay to a C pointer.
// NB: arrays are not really types in C so they are either specified in the declaration
// or are already pointed to; our only job is to render the element's type.
// or are already pointed to; our only job is to render the element type.
return dg.renderType(w, t.elemType());
},
.Optional => {