mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
docs(sync): normalize dot in fn summaries
This commit is contained in:
parent
b3df0d7e5e
commit
e853b50a72
@ -396,7 +396,7 @@ impl<T: ?Sized> Mutex<T> {
|
||||
self.poison.get()
|
||||
}
|
||||
|
||||
/// Clear the poisoned state from a mutex
|
||||
/// Clear the poisoned state from a mutex.
|
||||
///
|
||||
/// If the mutex is poisoned, it will remain poisoned until this function is called. This
|
||||
/// allows recovering from a poisoned state and marking that it has recovered. For example, if
|
||||
|
@ -439,7 +439,7 @@ impl<T: ?Sized> RwLock<T> {
|
||||
self.poison.get()
|
||||
}
|
||||
|
||||
/// Clear the poisoned state from a lock
|
||||
/// Clear the poisoned state from a lock.
|
||||
///
|
||||
/// If the lock is poisoned, it will remain poisoned until this function is called. This allows
|
||||
/// recovering from a poisoned state and marking that it has recovered. For example, if the
|
||||
|
Loading…
Reference in New Issue
Block a user