reference: use ticks instead of quotes
This commit is contained in:
parent
46957f0577
commit
13f9dae8e9
1 changed files with 3 additions and 3 deletions
|
@ -3961,12 +3961,12 @@ implementation in the returned type `U`.
|
||||||
|
|
||||||
## The `Send` trait
|
## The `Send` trait
|
||||||
|
|
||||||
The `Send` trait indicates that a value of this type is safe to send from one
|
The `Send` trait indicates that a value of this type is safe to send from one
|
||||||
thread to another.
|
thread to another.
|
||||||
|
|
||||||
## The 'Sync' trait
|
## The `Sync` trait
|
||||||
|
|
||||||
The 'Sync' trait indicates that a value of this type is safe to share between
|
The `Sync` trait indicates that a value of this type is safe to share between
|
||||||
multiple threads.
|
multiple threads.
|
||||||
|
|
||||||
# Memory model
|
# Memory model
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue