Skip to content

Commit 879c962

Browse files
committed
Auto merge of #24714 - frewsxcv:patch-15, r=alexcrichton
2 parents bd5c025 + 115705f commit 879c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pub struct StaticMutex {
161161
/// dropped (falls out of scope), the lock will be unlocked.
162162
///
163163
/// The data protected by the mutex can be access through this guard via its
164-
/// Deref and DerefMut implementations
164+
/// `Deref` and `DerefMut` implementations
165165
#[must_use]
166166
#[stable(feature = "rust1", since = "1.0.0")]
167167
pub struct MutexGuard<'a, T: 'a> {

0 commit comments

Comments
 (0)