Skip to content

Commit e064bf6

Browse files
authored
Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3
Fix typo in metadata.rs doc comment
2 parents 01ec4eb + c276af2 commit e064bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/metadata.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl<T: ?Sized> Clone for PtrComponents<T> {
163163
/// It is a pointer to a vtable (virtual call table)
164164
/// that represents all the necessary information
165165
/// to manipulate the concrete type stored inside a trait object.
166-
/// The vtable notably it contains:
166+
/// The vtable notably contains:
167167
///
168168
/// * type size
169169
/// * type alignment

0 commit comments

Comments
 (0)