We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46957f0 commit 13f9daeCopy full SHA for 13f9dae
src/doc/reference.md
@@ -3961,12 +3961,12 @@ implementation in the returned type `U`.
3961
3962
## The `Send` trait
3963
3964
-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
3965
thread to another.
3966
3967
-## The 'Sync' trait
+## The `Sync` trait
3968
3969
-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
3970
multiple threads.
3971
3972
# Memory model
0 commit comments