Skip to content

Commit 88c91f0

Browse files
gnzlbgRalfJung
andauthored
Update reference/src/layout/unions.md
Co-Authored-By: Ralf Jung <post@ralfj.de>
1 parent 55ab416 commit 88c91f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ assert_eq!(align_of::<Zst2>(), 16);
105105
the layout of `U1` is **unspecified** because:
106106

107107
* `Zst2` is not a [1-ZST], and
108-
* `SomeOtherStruct` has an unspecified layout and could contain padding bits.
108+
* `SomeOtherStruct` has an unspecified layout and could contain padding bytes.
109109

110110
### C-compatible layout ("repr C")
111111

0 commit comments

Comments
 (0)