We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b29a7d commit 115705fCopy full SHA for 115705f
src/libstd/sync/mutex.rs
@@ -161,7 +161,7 @@ pub struct StaticMutex {
161
/// dropped (falls out of scope), the lock will be unlocked.
162
///
163
/// The data protected by the mutex can be access through this guard via its
164
-/// Deref and DerefMut implementations
+/// `Deref` and `DerefMut` implementations
165
#[must_use]
166
#[stable(feature = "rust1", since = "1.0.0")]
167
pub struct MutexGuard<'a, T: 'a> {
0 commit comments