Fix typo in metadata.rs doc comment
This commit is contained in:
parent
026b3b8e95
commit
c276af2373
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