File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ impl<T: ?Sized> *const T {
7272///
7373/// The resulting pointer will have provenance of `self`. This operation is semantically the
7474/// same as creating a new pointer with the data pointer value of `self` but the metadata of
75- /// `meta`, being fat or thing depending on the `meta` operand.
75+ /// `meta`, being fat or thin depending on the `meta` operand.
7676///
7777/// # Examples
7878///
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ impl<T: ?Sized> *mut T {
5454///
5555/// The resulting pointer will have provenance of `self`. This operation is semantically the
5656/// same as creating a new pointer with the data pointer value of `self` but the metadata of
57- /// `meta`, being fat or thing depending on the `meta` operand.
57+ /// `meta`, being fat or thin depending on the `meta` operand.
5858///
5959/// # Examples
6060///
You can’t perform that action at this time.
0 commit comments