1
Fork 0

Reword are not other to are no other

Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
Chris Gregory 2019-05-24 21:08:59 -05:00 committed by GitHub
parent 15241a4d41
commit fbe9f16bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.