Skip to content

Commit cc2176d

Browse files
authored
doc: remove stray comma
1 parent c4788c2 commit cc2176d

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
@@ -81,7 +81,7 @@ Raw pointers that own an allocation is such a pervasive pattern that the
8181
standard library made a utility for itself called `Unique<T>` which:
8282

8383
* wraps a `*const T` for variance
84-
* includes a `PhantomData<T>`,
84+
* includes a `PhantomData<T>`
8585
* auto-derives Send/Sync as if T was contained
8686
* marks the pointer as NonZero for the null-pointer optimization
8787

0 commit comments

Comments
 (0)