File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
4848 self as _
4949 }
5050
51- /// Decompose a (possibly wide) pointer into is address and metadata components.
51+ /// Decompose a (possibly wide) pointer into its address and metadata components.
5252 ///
5353 /// The pointer can be later reconstructed with [`from_raw_parts`].
5454 #[ 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 {
4747 self as _
4848 }
4949
50- /// Decompose a (possibly wide) pointer into is address and metadata components.
50+ /// Decompose a (possibly wide) pointer into its address and metadata components.
5151 ///
5252 /// The pointer can be later reconstructed with [`from_raw_parts_mut`].
5353 #[ unstable( feature = "ptr_metadata" , issue = "81513" ) ]
You can’t perform that action at this time.
0 commit comments