Skip to content

Commit 377c524

Browse files
Fix typo
Co-authored-by: Josh Triplett <[email protected]>
1 parent e9a1ddf commit 377c524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Formally, the first guarantee means that the offset of any field in the struct
175175
is divisible by that field's alignment. The second guarantee means that the
176176
fields can be ordered such that the offset plus the size of any field is less
177177
than or equal to the offset of the next field in the ordering. The ordering does
178-
not have to be the same as the order in which the field are specified in the
178+
not have to be the same as the order in which the fields are specified in the
179179
declaration of the struct.
180180

181181
Be aware that the second guarantee does not imply that the fields have distinct

0 commit comments

Comments
 (0)