Skip to content

Commit fbe9f16

Browse files
Reword are not other to are no other
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
1 parent 15241a4 commit fbe9f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/rc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ impl<T: Clone> Rc<T> {
588588
/// [`clone`] the inner value to ensure unique ownership. This is also
589589
/// referred to as clone-on-write.
590590
///
591-
/// If there are not other `Rc` pointers to this value, then [`Weak`]
591+
/// If there are no other `Rc` pointers to this value, then [`Weak`]
592592
/// pointers to this value will be dissassociated.
593593
///
594594
/// See also [`get_mut`], which will fail rather than cloning.

0 commit comments

Comments
 (0)