Skip to content

Commit

Permalink
Typo correction: s/is/its
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 16, 2021
1 parent 8daad74 commit 770e8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/ptr/non_null.rs
Expand Up @@ -194,7 +194,7 @@ impl<T: ?Sized> NonNull<T> {
}
}

/// Decompose a (possibly wide) pointer into is address and metadata components.
/// Decompose a (possibly wide) pointer into its address and metadata components.
///
/// The pointer can be later reconstructed with [`NonNull::from_raw_parts`].
#[unstable(feature = "ptr_metadata", issue = "81513")]
Expand Down

0 comments on commit 770e8cc

Please sign in to comment.