Typo correction: s/is/its

This commit is contained in:
Michael Snoyman 2021-06-16 19:20:15 +03:00 committed by GitHub
parent 8daad743c4
commit 770e8cc01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")]