Skip to content

Commit 8df48e4

Browse files
committed
Reword
1 parent e6a2db1 commit 8df48e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ struct Zst2(Zst1, Zst0);
141141
# }
142142
```
143143

144-
#### Default layout of structs with a single non-zero-sized field
144+
#### Default layout of structs where only a single field is not a 1-ZST
145145

146-
The default layout of structs with a single non-zero-sized field is the same as
147-
the layout of that field if all other fields are [1-ZST]
146+
The default layout of structs where only a single field is not a 1-ZST is the
147+
same as the layout of that non-1-ZST field.
148148

149149
For example, the layout of:
150150

0 commit comments

Comments
 (0)