We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b5ecb commit 440b8fdCopy full SHA for 440b8fd
src/type-layout.md
@@ -61,7 +61,7 @@ For the primitive numeric types (`u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`,
61
represents a valid instance of the type (in other words,
62
`transmute::<[u8; size_of::<T>()], T>(...)` is always sound). For the primitive
63
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
+initialized (in other words, `transmute::<T, [u8; size_of::<T>()]>(...)` is always
65
sound).
66
67
## Pointers and References Layout
0 commit comments