We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f01c84 commit fc58145Copy full SHA for fc58145
src/liballoc/rc.rs
@@ -273,7 +273,7 @@ struct RcBox<T: ?Sized> {
273
/// See the [module-level documentation](./index.html) for more details.
274
///
275
/// The inherent methods of `Rc` are all associated functions, which means
276
-/// that you have to call them as e.g. [`Rc::get_mut(&value)`][get_mut] instead of
+/// that you have to call them as e.g. [`Rc::get_mut(&mut value)`][get_mut] instead of
277
/// `value.get_mut()`. This avoids conflicts with methods of the inner
278
/// type `T`.
279
0 commit comments