We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df594e2 + 7be129e commit 275d0c5Copy full SHA for 275d0c5
library/alloc/src/sync.rs
@@ -111,7 +111,7 @@ macro_rules! acquire {
111
///
112
/// # Cloning references
113
114
-/// Creating a new reference from an existing reference counted pointer is done using the
+/// Creating a new reference from an existing reference-counted pointer is done using the
115
/// `Clone` trait implemented for [`Arc<T>`][Arc] and [`Weak<T>`][Weak].
116
117
/// ```
0 commit comments