Rollup merge of #47310 - bmusin:patch-1, r=sfackler
fix typo rwlock.rs Hi. Fixed typo: contained -> content
This commit is contained in:
commit
426036b517
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ use sys_common::rwlock as sys;
|
|||
/// required that `T` satisfies [`Send`] to be shared across threads and
|
||||
/// [`Sync`] to allow concurrent access through readers. The RAII guards
|
||||
/// returned from the locking methods implement [`Deref`][] (and [`DerefMut`]
|
||||
/// for the `write` methods) to allow access to the contained of the lock.
|
||||
/// for the `write` methods) to allow access to the content of the lock.
|
||||
///
|
||||
/// # Poisoning
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue