aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-02-02 15:01:19 +0100
committerGitHub <noreply@github.com>2021-02-02 15:01:19 +0100
commit7e226cc50acd751f6fdd679ebf268b34be21f87c (patch)
treed87368567561ad7e218d00817da773e29e4d79a1 /src
parent6a7c0831ad53e6a0969e0969409eb82df1584849 (diff)
downloadrapier-7e226cc50acd751f6fdd679ebf268b34be21f87c.tar.gz
rapier-7e226cc50acd751f6fdd679ebf268b34be21f87c.tar.bz2
rapier-7e226cc50acd751f6fdd679ebf268b34be21f87c.zip
fix some typos in docs
Diffstat (limited to 'src')
-rw-r--r--src/dynamics/integration_parameters.rs2
1 files changed, 1 insertions, 1 deletions
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,