mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
docs: trivial typo fix (#3449)
This commit is contained in:
parent
fdde5583f8
commit
6f8a4d7a0b
@ -142,7 +142,7 @@ pub struct MutexGuard<'a, T: ?Sized> {
|
||||
/// unlike `MutexGuard`, it will have the `'static` lifetime.
|
||||
///
|
||||
/// As long as you have this guard, you have exclusive access to the underlying
|
||||
/// `T`. The guard internally keeps a reference-couned pointer to the original
|
||||
/// `T`. The guard internally keeps a reference-counted pointer to the original
|
||||
/// `Mutex`, so even if the lock goes away, the guard remains valid.
|
||||
///
|
||||
/// The lock is automatically released whenever the guard is dropped, at which
|
||||
|
Loading…
x
Reference in New Issue
Block a user