Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3
Fix typo in metadata.rs doc comment
This commit is contained in:
commit
e064bf639b
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ impl<T: ?Sized> Clone for PtrComponents<T> {
|
|||
/// It is a pointer to a vtable (virtual call table)
|
||||
/// that represents all the necessary information
|
||||
/// to manipulate the concrete type stored inside a trait object.
|
||||
/// The vtable notably it contains:
|
||||
/// The vtable notably contains:
|
||||
///
|
||||
/// * type size
|
||||
/// * type alignment
|
||||
|
|
Loading…
Add table
Reference in a new issue