Skip to content

Commit b0de620

Browse files
committed
doc: add missing pause
1 parent 7588653 commit b0de620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/nomicon/phantom-data.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct Vec<T> {
5050
}
5151
```
5252

53-
Unlike the previous example it *appears* that everything is exactly as we
53+
Unlike the previous example, it *appears* that everything is exactly as we
5454
want. Every generic argument to Vec shows up in at least one field.
5555
Good to go!
5656

@@ -84,4 +84,3 @@ standard library made a utility for itself called `Unique<T>` which:
8484
* 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
87-

0 commit comments

Comments
 (0)