| author | |
| committer | |
| log | 1766bd8a0806ad654ee0eadfcb84acf7be2145ff |
| tree | a2dc61349e9d05e16705e42e6befa12366b8fa0b |
| parent | c7a976972fe9bb59cff12d75f9238469b13ba183 |
1 files changed, 2 insertions(+), 2 deletions(-)
doc/langref.html.in+2-2| ... | ... | @@ -2132,8 +2132,8 @@ test "slice widening" { |
| 2132 | 2132 | {#header_open|struct#} |
| 2133 | 2133 | {#code_begin|test|structs#} |
| 2134 | 2134 | // Declare a struct. |
| 2135 | // Zig gives no guarantees about the order of fields and whether or | |
| 2136 | // not there will be padding. | |
| 2135 | // Zig gives no guarantees about the order of fields and the size of | |
| 2136 | // the struct but the fields are guaranteed to be ABI-aligned. | |
| 2137 | 2137 | const Point = struct { |
| 2138 | 2138 | x: f32, |
| 2139 | 2139 | y: f32, |