We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1297235 + 770e8cc commit 27d5426Copy full SHA for 27d5426
library/core/src/ptr/non_null.rs
@@ -194,7 +194,7 @@ impl<T: ?Sized> NonNull<T> {
194
}
195
196
197
- /// Decompose a (possibly wide) pointer into is address and metadata components.
+ /// Decompose a (possibly wide) pointer into its address and metadata components.
198
///
199
/// The pointer can be later reconstructed with [`NonNull::from_raw_parts`].
200
#[unstable(feature = "ptr_metadata", issue = "81513")]
0 commit comments