Skip to content

Commit fc0d037

Browse files
committed
Add missing inline code delimiters around Vec<T>
1 parent c4788c2 commit fc0d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/nomicon/phantom-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Good to go!
5656

5757
Nope.
5858

59-
The drop checker will generously determine that Vec<T> does not own any values
59+
The drop checker will generously determine that `Vec<T>` does not own any values
6060
of type T. This will in turn make it conclude that it doesn't need to worry
6161
about Vec dropping any T's in its destructor for determining drop check
6262
soundness. This will in turn allow people to create unsoundness using

0 commit comments

Comments
 (0)