From 7374653338cf1a2669aa8b072ff5376262149474 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 22 Jul 2024 16:32:08 +0700 Subject: docs: Fix minor typos and tweaks (#696) --------- Co-authored-by: Thierry Berger --- src/dynamics/ccd/ccd_solver.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dynamics/ccd/ccd_solver.rs') diff --git a/src/dynamics/ccd/ccd_solver.rs b/src/dynamics/ccd/ccd_solver.rs index eaabf77..e9ecfb8 100644 --- a/src/dynamics/ccd/ccd_solver.rs +++ b/src/dynamics/ccd/ccd_solver.rs @@ -398,7 +398,7 @@ impl CCDSolver { let start_time = toi.toi; - // NOTE: the 1 and 2 indices (e.g., `ch1`, `ch2`) bellow are unrelated to the + // NOTE: the 1 and 2 indices (e.g., `ch1`, `ch2`) below are unrelated to the // ones we used above. for ch1 in &colliders_to_check { let co1 = &colliders[*ch1]; -- cgit