mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Fix typo thing->thin referring to pointer
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user