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 @@ -72,7 +72,7 @@ impl<T: ?Sized> *const T {
72
72
///
73
73
/// The resulting pointer will have provenance of `self`. This operation is semantically the
74
74
/// 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.
76
76
///
77
77
/// # Examples
78
78
///
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ impl<T: ?Sized> *mut T {
54
54
///
55
55
/// The resulting pointer will have provenance of `self`. This operation is semantically the
56
56
/// 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.
58
58
///
59
59
/// # Examples
60
60
///
You can’t perform that action at this time.
0 commit comments