We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f5f3fa + 4b80d59 commit 77904aaCopy full SHA for 77904aa
src/liballoc/arc.rs
@@ -95,7 +95,7 @@ const MAX_REFCOUNT: usize = (isize::MAX) as usize;
95
/// # Cloning references
96
///
97
/// Creating a new reference from an existing reference counted pointer is done using the
98
-/// `Clone` trait implemented for [`Arc<T>`][`arc`] and [`Weak<T>`][`weak`].
+/// `Clone` trait implemented for [`Arc<T>`][arc] and [`Weak<T>`][weak].
99
100
/// ```
101
/// use std::sync::Arc;
0 commit comments