Skip to content

Commit

Permalink
Rollup merge of rust-lang#76033 - camelid:patch-7, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Add missing hyphen

reference counted pointer -> reference-counted pointer

@rustbot modify labels: T-doc
  • Loading branch information
Dylan-DPC committed Aug 30, 2020
2 parents 10fb8d4 + 7be129e commit 264356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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].
///
/// ```
Expand Down

0 comments on commit 264356f

Please sign in to comment.