Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3c552 commit 7be129eCopy full SHA for 7be129e
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