We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1275bcc commit 3ecc681Copy full SHA for 3ecc681
src/type-layout.md
@@ -167,8 +167,7 @@ for soundness. They are:
167
168
1. The fields are properly aligned.
169
2. The fields do not overlap.
170
- 3. The minimum alignment of the type is at least the maximum alignment of its
171
- fields.
+ 3. The alignment of the type is at least the maximum alignment of its fields.
172
173
Formally, the first guarantee means that the offset of any field is divisible by
174
that field's alignment. The second guarantee means that the fields can be
0 commit comments