Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3

Fix typo in metadata.rs doc comment
This commit is contained in:
Matthias Krüger 2024-02-22 18:09:55 +01:00 committed by GitHub
commit e064bf639b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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