Fix typo thing->thin referring to pointer
This commit is contained in:
parent
2bd0d070ed
commit
c128b4c433
@ -72,7 +72,7 @@ pub const fn cast<U>(self) -> *const U {
|
||||
///
|
||||
/// The resulting pointer will have provenance of `self`. This operation is semantically the
|
||||
/// same as creating a new pointer with the data pointer value of `self` but the metadata of
|
||||
/// `meta`, being fat or thing depending on the `meta` operand.
|
||||
/// `meta`, being fat or thin depending on the `meta` operand.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
@ -54,7 +54,7 @@ pub const fn cast<U>(self) -> *mut U {
|
||||
///
|
||||
/// The resulting pointer will have provenance of `self`. This operation is semantically the
|
||||
/// same as creating a new pointer with the data pointer value of `self` but the metadata of
|
||||
/// `meta`, being fat or thing depending on the `meta` operand.
|
||||
/// `meta`, being fat or thin depending on the `meta` operand.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user