diff options
Diffstat (limited to 'src/dynamics/ccd')
| -rw-r--r-- | src/dynamics/ccd/ccd_solver.rs | 2 |
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]; |
