We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a688b + ec8ecf4 commit 60e7df4Copy full SHA for 60e7df4
src/libstd/sync/mutex.rs
@@ -132,7 +132,7 @@ unsafe impl<T: ?Sized + Send> Sync for Mutex<T> { }
132
/// An RAII implementation of a "scoped lock" of a mutex. When this structure is
133
/// dropped (falls out of scope), the lock will be unlocked.
134
///
135
-/// The data protected by the mutex can be access through this guard via its
+/// The data protected by the mutex can be accessed through this guard via its
136
/// [`Deref`] and [`DerefMut`] implementations.
137
138
/// This structure is created by the [`lock`] and [`try_lock`] methods on
0 commit comments