Skip to content

Commit e2385f9

Browse files
authored
Update type-layout.md
1 parent 510e75c commit e2385f9

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
@@ -61,7 +61,7 @@ For the primitive numeric types (`u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`,
6161
represents a valid instance of the type (in other words,
6262
`transmute::<[u8; size_of::<T>()], T>(...)` is always sound). For the primitive
6363
numeric types and also for `bool` and `char`, every byte is guaranteed to be
64-
initialized (in other words, `transmute::<T, [u8; size_of::<T>()]>(...) is always
64+
initialized (in other words, `transmute::<T, [u8; size_of::<T>()]>(...)` is always
6565
sound).
6666

6767
## Pointers and References Layout

0 commit comments

Comments
 (0)