Skip to content

Commit c276af2

Browse files
authored
Fix typo in metadata.rs doc comment
1 parent 026b3b8 commit c276af2

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)