From 7e226cc50acd751f6fdd679ebf268b34be21f87c Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 2 Feb 2021 15:01:19 +0100 Subject: fix some typos in docs --- src/dynamics/integration_parameters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dynamics') diff --git a/src/dynamics/integration_parameters.rs b/src/dynamics/integration_parameters.rs index 0d4d3b6..628e07a 100644 --- a/src/dynamics/integration_parameters.rs +++ b/src/dynamics/integration_parameters.rs @@ -57,7 +57,7 @@ pub struct IntegrationParameters { /// objects to stutter, that may be because the number of CCD position iterations is too low, causing /// them to remain stuck in a penetration configuration for a few frames. /// - /// The highest this number, the highest its computational cost. + /// The higher this number, the higher its computational cost. pub max_ccd_position_iterations: usize, /// Maximum number of substeps performed by the solver (default: `1`). pub max_ccd_substeps: usize, -- cgit