From f55925685d6030fc3c281cc50faa7108670f26bc Mon Sep 17 00:00:00 2001 From: Timo Kösters Date: Thu, 4 Aug 2022 11:42:02 +0200 Subject: docs: fix typo --- src/geometry/broad_phase_multi_sap/broad_phase.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geometry/broad_phase_multi_sap/broad_phase.rs b/src/geometry/broad_phase_multi_sap/broad_phase.rs index 8f47396..5858b94 100644 --- a/src/geometry/broad_phase_multi_sap/broad_phase.rs +++ b/src/geometry/broad_phase_multi_sap/broad_phase.rs @@ -27,7 +27,7 @@ use parry::utils::hashmap::HashMap; /// collecting endpoints and swapping them when they move to detect interaction pairs). /// Each AABB is inserted in all the regions it intersects. /// This prevents the far-away problem because two objects that are far away will -/// be located on different regions. So their endpoints will never meed. +/// be located on different regions. So their endpoints will never meet. /// /// However, the Multi-SAP approach has one notable problem: the region size must /// be chosen wisely. It could be user-defined, but that's makes it more difficult -- cgit