Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3
Fix typo in metadata.rs doc comment
This commit is contained in:
commit
e064bf639b
@ -163,7 +163,7 @@ fn clone(&self) -> Self {
|
||||
/// 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…
Reference in New Issue
Block a user