We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01ec4eb + c276af2 commit e064bf6Copy full SHA for e064bf6
library/core/src/ptr/metadata.rs
@@ -163,7 +163,7 @@ impl<T: ?Sized> Clone for PtrComponents<T> {
163
/// It is a pointer to a vtable (virtual call table)
164
/// that represents all the necessary information
165
/// to manipulate the concrete type stored inside a trait object.
166
-/// The vtable notably it contains:
+/// The vtable notably contains:
167
///
168
/// * type size
169
/// * type alignment
0 commit comments