mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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].
|
||||
///
|
||||
/// ```
|
||||
|
||||
Reference in New Issue
Block a user