Skip to content

Commit 3e63076

Browse files
Rollup merge of #37008 - tshepang:quotes, r=steveklabnik
reference: use ticks instead of quotes
2 parents b402851 + 13f9dae commit 3e63076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/reference.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3966,12 +3966,12 @@ implementation in the returned type `U`.
39663966

39673967
## The `Send` trait
39683968

3969-
The `Send` trait indicates that a value of this type is safe to send from one
3969+
The `Send` trait indicates that a value of this type is safe to send from one
39703970
thread to another.
39713971

3972-
## The 'Sync' trait
3972+
## The `Sync` trait
39733973

3974-
The 'Sync' trait indicates that a value of this type is safe to share between
3974+
The `Sync` trait indicates that a value of this type is safe to share between
39753975
multiple threads.
39763976

39773977
# Memory model

0 commit comments

Comments
 (0)