Skip to content

Commit 02ef0fb

Browse files
authored
Merge pull request #131 from anderejd/master
Added missing "things".
2 parents 43be8c9 + 5fb237f commit 02ef0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phantom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We do this using `PhantomData`, which is a special marker type. `PhantomData`
2222
consumes no space, but simulates a field of the given type for the purpose of
2323
static analysis. This was deemed to be less error-prone than explicitly telling
2424
the type-system the kind of variance that you want, while also providing other
25-
useful such as the information needed by drop check.
25+
useful things such as the information needed by drop check.
2626

2727
Iter logically contains a bunch of `&'a T`s, so this is exactly what we tell
2828
the PhantomData to simulate:

0 commit comments

Comments
 (0)