Skip to content

Commit 0aae197

Browse files
authored
Fix accidental inline HTML
1 parent 7ef05b9 commit 0aae197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arc-mutex/arc-drop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ implementation of `Arc`][3]:
5151
> > "acquire" operation before deleting the object.
5252
>
5353
> 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
54+
> possible to have interior writes to something like a `Mutex<T>`. Since a Mutex
5555
> is not acquired when it is deleted, we can't rely on its synchronization logic
5656
> to make writes in thread A visible to a destructor running in thread B.
5757
>

0 commit comments

Comments
 (0)