We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5c025 + 115705f commit 879c962Copy full SHA for 879c962
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