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 99b18d6 commit 7a70f64Copy full SHA for 7a70f64
library/std/src/sync/poison/rwlock.rs
@@ -481,7 +481,7 @@ impl<T: ?Sized> RwLock<T> {
481
/// in the returned error.
482
///
483
/// This function will return the [`WouldBlock`] error if the `RwLock` could
484
- /// not be acquired because it was already locked exclusively.
+ /// not be acquired because it was already locked.
485
486
/// [`Poisoned`]: TryLockError::Poisoned
487
/// [`WouldBlock`]: TryLockError::WouldBlock
0 commit comments