Skip to content

Commit 625b200

Browse files
authored
Merge pull request #474 from max-heller/patch-1
Fix accidental inline HTML in Markdown
2 parents 7ef05b9 + 0aae197 commit 625b200

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)