We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef05b9 commit 0aae197Copy full SHA for 0aae197
src/arc-mutex/arc-drop.md
@@ -51,7 +51,7 @@ implementation of `Arc`][3]:
51
> > "acquire" operation before deleting the object.
52
>
53
> In particular, while the contents of an Arc are usually immutable, it's
54
-> possible to have interior writes to something like a Mutex<T>. Since a Mutex
+> possible to have interior writes to something like a `Mutex<T>`. Since a Mutex
55
> is not acquired when it is deleted, we can't rely on its synchronization logic
56
> to make writes in thread A visible to a destructor running in thread B.
57
0 commit comments