Skip to content

Commit

Permalink
Rollup merge of #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
matklad committed Aug 31, 2020
2 parents e59eb4e + 7be129e commit 6ce3243
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 6ce3243

Please sign in to comment.