Skip to content

Commit

Permalink
Auto merge of #34850 - tshepang:patch-3, r=steveklabnik
Browse files Browse the repository at this point in the history
doc: add missing pause
  • Loading branch information
bors committed Jul 21, 2016
2 parents 7588653 + b0de620 commit f302385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/doc/nomicon/phantom-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down Expand Up @@ -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

0 comments on commit f302385

Please sign in to comment.