Skip to content

Commit 61b001f

Browse files
RalfJungCentril
andauthored
Oxford
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent 9cf4a9a commit 61b001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/what-unsafe-does.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ language cares about is preventing the following things:
3030
* a `char` outside the ranges [0x0, 0xD7FF] and [0xE000, 0x10FFFF]
3131
* a `!` (all values are invalid for this type)
3232
* a reference/`Box` that is dangling, unaligned, or points to an invalid value.
33-
* a wide reference, `Box` or raw pointer that has invalid metadata:
33+
* a wide reference, `Box`, or raw pointer that has invalid metadata:
3434
* slice metadata is invalid if the slice has a total size larger than
3535
`isize::MAX` bytes in memory
3636
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for

0 commit comments

Comments
 (0)