File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ impl<T: ?Sized> *const T {
48
48
self as _
49
49
}
50
50
51
- /// Decompose a (possibly wide) pointer into is address and metadata components.
51
+ /// Decompose a (possibly wide) pointer into its address and metadata components.
52
52
///
53
53
/// The pointer can be later reconstructed with [`from_raw_parts`].
54
54
#[ unstable( feature = "ptr_metadata" , issue = "81513" ) ]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ impl<T: ?Sized> *mut T {
47
47
self as _
48
48
}
49
49
50
- /// Decompose a (possibly wide) pointer into is address and metadata components.
50
+ /// Decompose a (possibly wide) pointer into its address and metadata components.
51
51
///
52
52
/// The pointer can be later reconstructed with [`from_raw_parts_mut`].
53
53
#[ unstable( feature = "ptr_metadata" , issue = "81513" ) ]
You can’t perform that action at this time.
0 commit comments