mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix typo thing->thin referring to pointer
This commit is contained in:
parent
2bd0d070ed
commit
c128b4c433
@ -72,7 +72,7 @@ impl<T: ?Sized> *const T {
|
||||
///
|
||||
/// 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 @@ impl<T: ?Sized> *mut T {
|
||||
///
|
||||
/// 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