diff --git a/crates/bevy_ecs/src/component.rs b/crates/bevy_ecs/src/component.rs index 53e64e7e2c1dc..b7d248b7ea1a4 100644 --- a/crates/bevy_ecs/src/component.rs +++ b/crates/bevy_ecs/src/component.rs @@ -740,7 +740,7 @@ impl Debug for ComponentDescriptor { impl ComponentDescriptor { /// # SAFETY /// - /// `x` must points to a valid value of type `T`. + /// `x` must point to a valid value of type `T`. unsafe fn drop_ptr(x: OwningPtr<'_>) { // SAFETY: Contract is required to be upheld by the caller. unsafe {