Fix typo in metadata.rs doc comment

This commit is contained in:
Johannes Rudolph 2024-02-22 09:30:03 +01:00 committed by GitHub
parent 026b3b8e95
commit c276af2373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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