diff options
| author | Stephan Dilly <dilly.stephan@gmail.com> | 2021-02-02 15:01:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 15:01:19 +0100 |
| commit | 7e226cc50acd751f6fdd679ebf268b34be21f87c (patch) | |
| tree | d87368567561ad7e218d00817da773e29e4d79a1 /src | |
| parent | 6a7c0831ad53e6a0969e0969409eb82df1584849 (diff) | |
| download | rapier-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.rs | 2 |
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, |
