aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/ccd/ccd_solver.rs
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-07-22 16:32:08 +0700
committerGitHub <noreply@github.com>2024-07-22 11:32:08 +0200
commit7374653338cf1a2669aa8b072ff5376262149474 (patch)
treef57db02a6f9323351bfc1a246381d4973b04ca9f /src/dynamics/ccd/ccd_solver.rs
parentcf74150763dd575bc0399087e845e9be62aba56f (diff)
downloadrapier-7374653338cf1a2669aa8b072ff5376262149474.tar.gz
rapier-7374653338cf1a2669aa8b072ff5376262149474.tar.bz2
rapier-7374653338cf1a2669aa8b072ff5376262149474.zip
docs: Fix minor typos and tweaks (#696)
--------- Co-authored-by: Thierry Berger <contact@thierryberger.com>
Diffstat (limited to 'src/dynamics/ccd/ccd_solver.rs')
-rw-r--r--src/dynamics/ccd/ccd_solver.rs2
1 files changed, 1 insertions, 1 deletions
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];