Skip to content

Commit

Permalink
Add missing hyphen
Browse files Browse the repository at this point in the history
reference counted pointer -> reference-counted pointer
  • Loading branch information
camelid committed Aug 28, 2020
1 parent 3e3c552 commit 7be129e
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 7be129e

Please sign in to comment.