Skip to content

Commit 3ecc681

Browse files
committed
Remove stray 'minimum'
1 parent 1275bcc commit 3ecc681

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/type-layout.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ for soundness. They are:
167167

168168
1. The fields are properly aligned.
169169
2. The fields do not overlap.
170-
3. The minimum alignment of the type is at least the maximum alignment of its
171-
fields.
170+
3. The alignment of the type is at least the maximum alignment of its fields.
172171

173172
Formally, the first guarantee means that the offset of any field is divisible by
174173
that field's alignment. The second guarantee means that the fields can be

0 commit comments

Comments
 (0)