Rollup merge of #76033 - camelid:patch-7, r=Dylan-DPC
Add missing hyphen reference counted pointer -> reference-counted pointer @rustbot modify labels: T-doc
This commit is contained in:
commit
6ce3243995
@ -111,7 +111,7 @@ macro_rules! acquire {
|
||||
///
|
||||
/// # Cloning references
|
||||
///
|
||||
/// 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
|
||||
/// `Clone` trait implemented for [`Arc<T>`][Arc] and [`Weak<T>`][Weak].
|
||||
///
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user