We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e63340 commit de7deccCopy full SHA for de7decc
src/liballoc/rc.rs
@@ -973,7 +973,7 @@ impl<T> From<T> for Rc<T> {
973
/// A `Weak` pointer is useful for keeping a temporary reference to the value
974
/// within [`Rc`] without extending its lifetime. It is also used to prevent
975
/// circular references between [`Rc`] pointers, since mutual owning references
976
-/// would never allow either [`Arc`] to be dropped. For example, a tree could
+/// would never allow either [`Rc`] to be dropped. For example, a tree could
977
/// have strong [`Rc`] pointers from parent nodes to children, and `Weak`
978
/// pointers from children back to their parents.
979
///
0 commit comments