From fd9f72d9776e9b9b2b4952985ca5d3ffbfa6f6cb Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sat, 18 Mar 2023 11:04:59 +0100 Subject: More typo fix --- src/pipeline/event_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline/event_handler.rs b/src/pipeline/event_handler.rs index d0214bd..7957ccf 100644 --- a/src/pipeline/event_handler.rs +++ b/src/pipeline/event_handler.rs @@ -36,7 +36,7 @@ pub trait EventHandler: Send + Sync { /// * `event` - The collision event. /// * `bodies` - The set of rigid-bodies. /// * `colliders` - The set of colliders. - /// * `contact_pair` - The current state of contacts between the two colliders. This is set or `None` + /// * `contact_pair` - The current state of contacts between the two colliders. This is set to `None` /// if at least one of the collider is a sensor (in which case no contact information /// is ever computed). fn handle_collision_event( -- cgit