We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b3dde commit fee1f2aCopy full SHA for fee1f2a
src/libstd/sync/poison.rs
@@ -49,7 +49,7 @@ pub struct Guard {
49
50
/// A type of error which can be returned whenever a lock is acquired.
51
///
52
-/// Both Mutexes and RWLocks are poisoned whenever a task fails while the lock
+/// Both Mutexes and RwLocks are poisoned whenever a task fails while the lock
53
/// is held. The precise semantics for when a lock is poisoned is documented on
54
/// each lock, but once a lock is poisoned then all future acquisitions will
55
/// return this error.
0 commit comments