Reword are not other
to are no other
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
parent
15241a4d41
commit
fbe9f16bc2
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ impl<T: Clone> Rc<T> {
|
|||
/// [`clone`] the inner value to ensure unique ownership. This is also
|
||||
/// referred to as clone-on-write.
|
||||
///
|
||||
/// If there are not other `Rc` pointers to this value, then [`Weak`]
|
||||
/// If there are no other `Rc` pointers to this value, then [`Weak`]
|
||||
/// pointers to this value will be dissassociated.
|
||||
///
|
||||
/// See also [`get_mut`], which will fail rather than cloning.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue