Add missing hyphen
reference counted pointer -> reference-counted pointer
This commit is contained in:
parent
3e3c552605
commit
7be129e53a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue