diff options
Diffstat (limited to 'src/poisonable/poisonable.rs')
| -rw-r--r-- | src/poisonable/poisonable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poisonable/poisonable.rs b/src/poisonable/poisonable.rs index ea51dd5..b49aa94 100644 --- a/src/poisonable/poisonable.rs +++ b/src/poisonable/poisonable.rs @@ -560,7 +560,7 @@ impl<L: LockableIntoInner> Poisonable<L> { impl<L: LockableGetMut + RawLock> Poisonable<L> { /// Returns a mutable reference to the underlying data. /// - /// Since this call borrows the `Poisonable` mutable, no actual locking + /// Since this call borrows the `Poisonable` mutably, no actual locking /// needs to take place - the mutable borrow statically guarantees no locks /// exist. /// |
