Skip to content

Commit 9c98402

Browse files
Centrilgnzlbg
authored andcommitted
structs-and-tuples: fix typo
1 parent b6730dd commit 9c98402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/structs-and-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Some related discussion:
4040
e.g. `(T1, T2, T3)` would in fact be laid out as `(T1, (T2,
4141
T3))`. The purpose of this was to permit variadic matching and so
4242
forth against some suffix of the struct. This RFC was not accepted,
43-
however. This lay out requires extra padding and seems somewhat
43+
however. This layout requires extra padding and seems somewhat
4444
surprising: it means that the layout of tuples and tuple structs
4545
would diverge significantly from structs with named fields.
4646

0 commit comments

Comments
 (0)