diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-07-16 11:18:53 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-07-21 21:11:34 +0200 |
| commit | b0de62064cc2ccba33a141bbde169e88b81d0b86 (patch) | |
| tree | 4b4bce222699ca5b22ee23de6e4ad45292a455b5 | |
| parent | 75886537858530447051b9c1ef595c4ba59017c5 (diff) | |
| download | rust-b0de62064cc2ccba33a141bbde169e88b81d0b86.tar.gz rust-b0de62064cc2ccba33a141bbde169e88b81d0b86.zip | |
doc: add missing pause
| -rw-r--r-- | src/doc/nomicon/phantom-data.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/nomicon/phantom-data.md b/src/doc/nomicon/phantom-data.md index d565532017a..189695716de 100644 --- a/src/doc/nomicon/phantom-data.md +++ b/src/doc/nomicon/phantom-data.md @@ -50,7 +50,7 @@ struct Vec<T> { } ``` -Unlike the previous example it *appears* that everything is exactly as we +Unlike the previous example, it *appears* that everything is exactly as we want. Every generic argument to Vec shows up in at least one field. Good to go! @@ -84,4 +84,3 @@ standard library made a utility for itself called `Unique<T>` which: * includes a `PhantomData<T>` * auto-derives Send/Sync as if T was contained * marks the pointer as NonZero for the null-pointer optimization - |
