diff --git a/src/liballoc/rc.rs b/src/liballoc/rc.rs index cf4fb459bc104..a873be455d555 100644 --- a/src/liballoc/rc.rs +++ b/src/liballoc/rc.rs @@ -271,7 +271,7 @@ impl Rc { } impl Rc { - /// Downgrades the `Rc` to a `Weak` reference. + /// Creates a new `Weak` reference from this value. /// /// # Examples ///