From cbcd0b2fc33a69a072be2e97849b811bf83b552d Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 16 Jul 2016 11:10:05 +0200 Subject: [PATCH] doc: remove stray comma --- phantom-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantom-data.md b/phantom-data.md index 2be14c1..fff8ca7 100644 --- a/phantom-data.md +++ b/phantom-data.md @@ -81,7 +81,7 @@ Raw pointers that own an allocation is such a pervasive pattern that the standard library made a utility for itself called `Unique` which: * wraps a `*const T` for variance -* includes a `PhantomData`, +* includes a `PhantomData` * auto-derives Send/Sync as if T was contained * marks the pointer as NonZero for the null-pointer optimization