Skip to content

Commit 13f9dae

Browse files
committed
reference: use ticks instead of quotes
1 parent 46957f0 commit 13f9dae

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
@@ -3961,12 +3961,12 @@ implementation in the returned type `U`.
39613961

39623962
## The `Send` trait
39633963

3964-
The `Send` trait indicates that a value of this type is safe to send from one
3964+
The `Send` trait indicates that a value of this type is safe to send from one
39653965
thread to another.
39663966

3967-
## The 'Sync' trait
3967+
## The `Sync` trait
39683968

3969-
The 'Sync' trait indicates that a value of this type is safe to share between
3969+
The `Sync` trait indicates that a value of this type is safe to share between
39703970
multiple threads.
39713971

39723972
# Memory model

0 commit comments

Comments
 (0)