Skip to content

Commit 5287c52

Browse files
committed
fix noun
1 parent 78c2473 commit 5287c52

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
@@ -34,7 +34,7 @@ language cares about is preventing the following things:
3434
* a reference/`Box` that is dangling, unaligned, or points to an invalid value.
3535
* a wide reference, `Box`, or raw pointer that has invalid metadata:
3636
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for
37-
`Trait` that matches the actual dynamic trait the reference points to
37+
`Trait` that matches the actual dynamic trait the pointer or reference points to
3838
* slice metadata is invalid if the length is not a valid `usize`
3939
(i.e., it must not be read from uninitialized memory)
4040
* a `str` that isn't valid UTF-8

0 commit comments

Comments
 (0)